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

    Interface OrderTypeInformation

    interface OrderTypeInformation {
        fundingType?: string | null;
        paymentCode?: string | null;
        purchaseType?: string | null;
        transactionType?: string | null;
        usageType?: string | null;
    }
    Index

    Properties

    fundingType?: string | null
    paymentCode?: string | null
    purchaseType?: string | null
    transactionType?: string | null
    usageType?: string | null