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) · 421 Bytes

InternalDigitalWalletToken.md

File metadata and controls

20 lines (14 loc) · 421 Bytes

Marqeta::InternalDigitalWalletToken

Properties

Name Type Description Notes
is_digital_wallet_transaction Boolean [optional][default to false]
pan_source String [optional]

Example

require 'marqeta'

instance = Marqeta::InternalDigitalWalletToken.new(
  is_digital_wallet_transaction: null,
  pan_source: null
)