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

Latest commit

 

History

History
26 lines (20 loc) · 515 Bytes

MsaUnloadRequestModel.md

File metadata and controls

26 lines (20 loc) · 515 Bytes

Marqeta::MsaUnloadRequestModel

Properties

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

Example

require 'marqeta'

instance = Marqeta::MsaUnloadRequestModel.new(
  token: null,
  original_order_token: null,
  amount: null,
  tags: null,
  memo: null
)