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

    Interface PaymentOperation

    interface PaymentOperation {
        amountOfMoney?: AmountOfMoney | null;
        id?: string | null;
        status?: string | null;
        timestamp?: string | null;
        type?: string | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null
    id?: string | null
    status?: string | null
    timestamp?: string | null
    type?: string | null