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

Latest commit

 

History

History
24 lines (18 loc) · 568 Bytes

DigitalWalletTokenRequestorMapModel.md

File metadata and controls

24 lines (18 loc) · 568 Bytes

Marqeta::DigitalWalletTokenRequestorMapModel

Properties

Name Type Description Notes
network String
digital_wallet_token_requestor_id String
digital_wallet_token_requestor_name String
token String [optional]

Example

require 'marqeta'

instance = Marqeta::DigitalWalletTokenRequestorMapModel.new(
  network: null,
  digital_wallet_token_requestor_id: null,
  digital_wallet_token_requestor_name: null,
  token: null
)