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

DigitalWalletTokenMetadata.md

File metadata and controls

20 lines (14 loc) · 458 Bytes

Marqeta::DigitalWalletTokenMetadata

Properties

Name Type Description Notes
issuer_product_config_id String [optional]
cardproduct_preferred_notification_language String [optional]

Example

require 'marqeta'

instance = Marqeta::DigitalWalletTokenMetadata.new(
  issuer_product_config_id: null,
  cardproduct_preferred_notification_language: null
)