Class CardRecurrenceDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfirst = This transaction is the first of a series of recurring transactions recurring = This transaction is a subsequent transaction in a series of recurring transactionsvoidfirst = This transaction is the first of a series of recurring transactions recurring = This transaction is a subsequent transaction in a series of recurring transactionsfirst = This transaction is the first of a series of recurring transactions recurring = This transaction is a subsequent transaction in a series of recurring transactions
-
Constructor Details
-
CardRecurrenceDetails
public CardRecurrenceDetails()
-
-
Method Details
-
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. In case a token already exists this is indicated in the response with a value of False for the isNewToken property in the response.
-
setRecurringPaymentSequenceIndicator
- 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.
-
withRecurringPaymentSequenceIndicator
- 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.
-