Sha256: bec483b4c041777026ebf6d0aa0fd31e859dd5448687504e20ad9efdacb96e4b
Contents?: true
Size: 1.05 KB
Versions: 11
Compression:
Stored size: 1.05 KB
Contents
# 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 ```ruby require 'OpenapiClient' instance = OpenapiClient::StoredCredential.new(sequence: FIRST, scheduled: true, referenced_scheme_transaction_id: 019087868716215, initiator: MERCHANT) ```
Version data entries
11 entries across 11 versions & 1 rubygems