public class CardRecurrenceDetails extends Object
Constructor and Description |
---|
CardRecurrenceDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getEndDate()
Date in YYYYMMDD after which there will be no further charges.
|
Integer |
getMinFrequency()
Minimum number of days between authorizations.
|
String |
getRecurringPaymentSequenceIndicator()
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 |
setEndDate(String value)
Date in YYYYMMDD after which there will be no further charges.
|
void |
setMinFrequency(Integer value)
Minimum number of days between authorizations.
|
void |
setRecurringPaymentSequenceIndicator(String value)
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 getEndDate()
public void setEndDate(String value)
public Integer getMinFrequency()
public void setMinFrequency(Integer value)
public String getRecurringPaymentSequenceIndicator()
public void setRecurringPaymentSequenceIndicator(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.