SyncteraRubySdk::TokenList
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| digital_wallet_tokens | Array<DigitalWalletTokenResponse> | Array of Digital Wallet Token information of a Card | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::TokenList.new(
digital_wallet_tokens: null
)