Name | Type | Description | Notes |
---|---|---|---|
tags | String | [optional] | |
fees | Array<FeeDetail> | ||
token | String | 36 char max | |
user_token | String | Required if 'business_token' is null | |
business_token | String | Required if 'user_token' is null | |
created_time | Time | yyyy-MM-ddTHH:mm:ssZ |
require 'marqeta'
instance = Marqeta::FeeTransferResponse.new(
tags: null,
fees: null,
token: null,
user_token: null,
business_token: null,
created_time: null
)