Sha256: f78acf157a9a13e06947fcde5976b7b49f7215a0bf435d6fde752b3e09a2e0cb
Contents?: true
Size: 427 Bytes
Versions: 4
Compression:
Stored size: 427 Bytes
Contents
# SyncteraRubySdk::TokenList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **digital_wallet_tokens** | [**Array<DigitalWalletTokenResponse>**](DigitalWalletTokenResponse.md) | Array of Digital Wallet Token information of a Card | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::TokenList.new( digital_wallet_tokens: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/TokenList.md |
synctera_ruby_sdk-1.1.2 | docs/TokenList.md |
synctera_ruby_sdk-1.1.1 | docs/TokenList.md |
synctera_ruby_sdk-1.0.0 | docs/TokenList.md |