Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

File metadata and controls

23 lines (16 loc) · 1.05 KB

OpenapiClient::StoredCredential

Properties

Name Type Description Notes
sequence String Indicates if the transaction is first or subsequent. Valid values are 'FIRST' and 'SUBSEQUENT'.
scheduled Boolean Indicates if the transaction is scheduled or part of an installment.
referenced_scheme_transaction_id String The transaction ID received from schemes for the initial transaction. May be required if sequence is 'SUBSEQUENT'. [optional]
initiator String Indicates whether it is a merchant-initiated or explicitly consented to by card holder. Valid values are 'MERCHANT' and 'CARDHOLDER'. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::StoredCredential.new(sequence: FIRST,
                                 scheduled: true,
                                 referenced_scheme_transaction_id: 019087868716215,
                                 initiator: MERCHANT)