Class CardRecurrenceDetails
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CardRecurrenceDetails
Properties
EndDate
Date in YYYYMMDD after which there will be no further charges. If no value is provided we will set a default value of five years after we processed the first recurring transaction.
Declaration
public string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
MinFrequency
Minimum number of days between authorizations. If no value is provided we will set a default value of 30 days.
Declaration
public int? MinFrequency { get; set; }
Property Value
Type | Description |
---|---|
int? |
RecurringPaymentSequenceIndicator
- 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
- last = This transaction is the last of a series of recurring transactions for payments that are processed by the WL Online Payment Acceptance platform
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.
Declaration
public string RecurringPaymentSequenceIndicator { get; set; }
Property Value
Type | Description |
---|---|
string |