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

BillPaymentCompletionRequest.md

File metadata and controls

20 lines (14 loc) · 400 Bytes

Marqeta::BillPaymentCompletionRequest

Properties

Name Type Description Notes
network_reference_id String
original_transaction_token String

Example

require 'marqeta'

instance = Marqeta::BillPaymentCompletionRequest.new(
  network_reference_id: null,
  original_transaction_token: null
)