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

    Interface EInvoicePaymentMethodSpecificInput

    interface EInvoicePaymentMethodSpecificInput {
        acceptedTermsAndConditions?: boolean | null;
        paymentProduct9000SpecificInput?:
            | EInvoicePaymentProduct9000SpecificInput
            | null;
        paymentProductId?: number
        | null;
        requiresApproval?: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptedTermsAndConditions?: boolean | null
    paymentProduct9000SpecificInput?: EInvoicePaymentProduct9000SpecificInput | null
    paymentProductId?: number | null
    requiresApproval?: boolean | null