Sha256: 494e4ae6087d360ba3bb2bb62dc869da9da5b29e0700113032383b42eadc6479

Contents?: true

Size: 832 Bytes

Versions: 2

Compression:

Stored size: 832 Bytes

Contents

# PCPServerSDK::CardRecurrenceDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **recurring_payment_sequence_indicator** | **String** | * first = This transaction is the first of a series of recurring transactions * recurring = This transaction is a subsequent transaction in a series of recurring transactions  Note: For any first of a recurring the system will automatically create a token as you will need to use a token for any subsequent recurring transactions. In case a token already exists this is indicated in the response with a value of False for the isNewToken property in the response. | [optional] |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::CardRecurrenceDetails.new(
  recurring_payment_sequence_indicator: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/CardRecurrenceDetails.md
pcp-server-ruby-sdk-0.1.0 docs/CardRecurrenceDetails.md