SyncteraRubySdk::SingleUseTokenResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| customer_account_mapping_id | String | [optional] | |
| expires | Time | yyyy-MM-ddTHH:mm:ssZ | |
| token | String | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::SingleUseTokenResponse.new(
customer_account_mapping_id: null,
expires: null,
token: null
)