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

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

GatewayClearingRequest.md

File metadata and controls

20 lines (14 loc) · 422 Bytes

Marqeta::GatewayClearingRequest

Properties

Name Type Description Notes
original_transaction_token String
amount Float Default is same amount as original GPA pending credit [optional]

Example

require 'marqeta'

instance = Marqeta::GatewayClearingRequest.new(
  original_transaction_token: null,
  amount: null
)