Name | Type | Description | Notes |
---|---|---|---|
token | String | ||
program_funding_source_token | String | ||
tags | String | [optional] | |
memo | String | [optional] | |
created_time | Time | [optional] | |
last_modified_time | Time | [optional] |
require 'marqeta'
instance = Marqeta::ProgramTransferTypeReponse.new(
token: null,
program_funding_source_token: null,
tags: null,
memo: null,
created_time: null,
last_modified_time: null
)