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

GLTransactionRequest.md

File metadata and controls

26 lines (20 loc) · 658 Bytes

Marqeta::GLTransactionRequest

Properties

Name Type Description Notes
entries Array<GLEntry>
detail String [optional]
cardholder_visible Boolean [optional][default to false]
trigger_webhook Boolean [optional][default to false]
reference_transaction_token String [optional]

Example

require 'marqeta'

instance = Marqeta::GLTransactionRequest.new(
  entries: null,
  detail: null,
  cardholder_visible: null,
  trigger_webhook: null,
  reference_transaction_token: null
)