Class DeferredBillingDetails
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class DeferredBillingDetails : BaseBillingDetails
Properties
DeferredPaymentAmount
Amount in cents and always having 2 decimals. The amount to be paid on the deferred payment date. If omitted, defaults to the total order amount.
Declaration
public long? DeferredPaymentAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DeferredPaymentDate
The date of the payment in in YYYYMMDD format that will take place in the future.
Declaration
public string DeferredPaymentDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FreeCancellationDate
The date until which customers can cancel their recurring payment without charges in YYYYMMDDHH24MISS format.
Declaration
public string FreeCancellationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FreeCancellationDateTimeZone
The IANA timezone identifier that provides the correct local context for interpreting the free cancellation deadline displayed on the payment sheet.
Declaration
public string FreeCancellationDateTimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |