Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 468 Bytes

ActivationActions.md

File metadata and controls

20 lines (14 loc) · 468 Bytes

Marqeta::ActivationActions

Properties

Name Type Description Notes
terminate_reissued_source_card Boolean [optional][default to true]
swap_digital_wallet_tokens_from_card_token String [optional]

Example

require 'marqeta'

instance = Marqeta::ActivationActions.new(
  terminate_reissued_source_card: null,
  swap_digital_wallet_tokens_from_card_token: null
)