Search Results for

    Show / Hide Table of Contents

    Class DeferredBillingDetails

    Inheritance
    object
    BaseBillingDetails
    DeferredBillingDetails
    Inherited Members
    BaseBillingDetails.Description
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.