Sha256: fd149188ed1f5a2d80c61c8cf313d47b993c0f80692cf65961cdf6a4fa55b01f

Contents?: true

Size: 1.05 KB

Versions: 3

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. 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

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.5.0 docs/StoredCredential.md
first_data_gateway-1.4.0 docs/StoredCredential.md
first_data_gateway-1.3.0 docs/StoredCredential.md