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

Latest commit

 

History

History
28 lines (22 loc) · 583 Bytes

ProgramReserveDepositRequest.md

File metadata and controls

28 lines (22 loc) · 583 Bytes

Marqeta::ProgramReserveDepositRequest

Properties

Name Type Description Notes
idempotent_hash String [optional]
token String
amount Float
currency_code String
memo String [optional]
tags String [optional]

Example

require 'marqeta'

instance = Marqeta::ProgramReserveDepositRequest.new(
  idempotent_hash: null,
  token: null,
  amount: null,
  currency_code: null,
  memo: null,
  tags: null
)