public class CardRecurrenceDetails extends Object
| Constructor and Description |
|---|
CardRecurrenceDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecurringPaymentSequenceIndicator()
* 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.
|
void |
setRecurringPaymentSequenceIndicator(String value)
* 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.
|
CardRecurrenceDetails |
withRecurringPaymentSequenceIndicator(String value)
* 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.
|
public String getRecurringPaymentSequenceIndicator()
public void setRecurringPaymentSequenceIndicator(String value)
public CardRecurrenceDetails withRecurringPaymentSequenceIndicator(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.