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) · 595 Bytes

PushToCardDisburseRequest.md

File metadata and controls

28 lines (22 loc) · 595 Bytes

Marqeta::PushToCardDisburseRequest

Properties

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

Example

require 'marqeta'

instance = Marqeta::PushToCardDisburseRequest.new(
  tags: null,
  memo: null,
  token: null,
  currency_code: null,
  amount: null,
  payment_instrument_token: null
)