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

    Interface PaymentContext

    interface PaymentContext {
        amountOfMoney?: AmountOfMoney | null;
        countryCode?: string | null;
        isInstallments?: boolean | null;
        isRecurring?: boolean | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null
    countryCode?: string | null
    isInstallments?: boolean | null
    isRecurring?: boolean | null