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

Latest commit

 

History

History
30 lines (24 loc) · 702 Bytes

BankTransferTransitionRequestModel.md

File metadata and controls

30 lines (24 loc) · 702 Bytes

Marqeta::BankTransferTransitionRequestModel

Properties

Name Type Description Notes
token String [optional]
bank_transfer_token String
status String
reason String [optional]
channel String
batch_number String [optional]
program_reserve_token String [optional]

Example

require 'marqeta'

instance = Marqeta::BankTransferTransitionRequestModel.new(
  token: null,
  bank_transfer_token: null,
  status: null,
  reason: null,
  channel: null,
  batch_number: null,
  program_reserve_token: null
)