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

Latest commit

 

History

History
44 lines (38 loc) · 1.4 KB

InternalDigitalWallet.md

File metadata and controls

44 lines (38 loc) · 1.4 KB

Marqeta::InternalDigitalWallet

Properties

Name Type Description Notes
id Integer [optional]
token String [optional]
card InternalCard [optional]
state String [optional]
state_reason String [optional]
fulfillment_status String [optional]
issuer_eligibility_decision String [optional]
created_time Time [optional]
last_modified_time Time [optional]
token_service_provider TokenServiceProvider [optional]
device Device [optional]
wallet_provider_profile WalletProviderProfile [optional]
address_verification AddressVerification [optional]
response Response [optional]

Example

require 'marqeta'

instance = Marqeta::InternalDigitalWallet.new(
  id: null,
  token: null,
  card: null,
  state: null,
  state_reason: null,
  fulfillment_status: null,
  issuer_eligibility_decision: null,
  created_time: null,
  last_modified_time: null,
  token_service_provider: null,
  device: null,
  wallet_provider_profile: null,
  address_verification: null,
  response: null
)