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

Latest commit

 

History

History
22 lines (16 loc) · 522 Bytes

DigitalWalletTokenRequestorMapUpdateModel.md

File metadata and controls

22 lines (16 loc) · 522 Bytes

Marqeta::DigitalWalletTokenRequestorMapUpdateModel

Properties

Name Type Description Notes
network String
digital_wallet_token_requestor_id String
digital_wallet_token_requestor_name String

Example

require 'marqeta'

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