Worldline Connect Node.js SDK
    Preparing search index...

    Interface DeferredBillingDetails

    interface DeferredBillingDetails {
        deferredPaymentAmount?: number | null;
        deferredPaymentDate?: string | null;
        description?: string | null;
        freeCancellationDate?: string | null;
        freeCancellationDateTimeZone?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deferredPaymentAmount?: number | null
    deferredPaymentDate?: string | null
    description?: string | null
    freeCancellationDate?: string | null
    freeCancellationDateTimeZone?: string | null