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

    Interface GetInstallmentRequest

    interface GetInstallmentRequest {
        amountOfMoney?: AmountOfMoney | null;
        bin?: string | null;
        countryCode?: string | null;
        paymentProductId?: number | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null
    bin?: string | null
    countryCode?: string | null
    paymentProductId?: number | null