Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (34 loc) · 1.01 KB

ProgramTransferResponse.md

File metadata and controls

40 lines (34 loc) · 1.01 KB

Marqeta::ProgramTransferResponse

Properties

Name Type Description Notes
fees Array<FeeDetail> [optional]
token String [optional]
type_token String
user_token String [optional]
business_token String [optional]
transaction_token String
currency_code String
amount Float
memo String [optional]
tags String [optional]
created_time Time [optional]
jit_funding JitFundingApi [optional]

Example

require 'marqeta'

instance = Marqeta::ProgramTransferResponse.new(
  fees: null,
  token: null,
  type_token: null,
  user_token: null,
  business_token: null,
  transaction_token: null,
  currency_code: null,
  amount: null,
  memo: null,
  tags: null,
  created_time: null,
  jit_funding: null
)