public class DeferredBillingDetails extends BaseBillingDetails
| Constructor and Description |
|---|
DeferredBillingDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeferredPaymentDate()
The date of the payment in in YYYYMMDD format that will take place in the future.
|
String |
getFreeCancellationDate()
The date until which customers can cancel their recurring payment without charges in YYYYMMDDHH24MISS format.
|
String |
getFreeCancellationDateTimeZone()
The IANA timezone identifier that provides the correct local context for interpreting the free cancellation deadline displayed on the payment sheet.
|
void |
setDeferredPaymentDate(String value)
The date of the payment in in YYYYMMDD format that will take place in the future.
|
void |
setFreeCancellationDate(String value)
The date until which customers can cancel their recurring payment without charges in YYYYMMDDHH24MISS format.
|
void |
setFreeCancellationDateTimeZone(String value)
The IANA timezone identifier that provides the correct local context for interpreting the free cancellation deadline displayed on the payment sheet.
|
getDescription, setDescriptionpublic String getDeferredPaymentDate()
public void setDeferredPaymentDate(String value)
public String getFreeCancellationDate()
public void setFreeCancellationDate(String value)
public String getFreeCancellationDateTimeZone()
public void setFreeCancellationDateTimeZone(String value)
Copyright © 2026 Worldline Global Collect. All rights reserved.