ordercloud-javascript-sdk
    Preparing search index...

    Interface PaymentTransaction<TPaymentTransactionXp>

    interface PaymentTransaction<TPaymentTransactionXp = any> {
        Amount?: number;
        Currency?: string;
        DateExecuted?: string;
        ID?: string;
        ResultCode?: string;
        ResultMessage?: string;
        Succeeded?: boolean;
        Type?: string;
        xp?: TPaymentTransactionXp;
    }

    Type Parameters

    • TPaymentTransactionXp = any
    Index
    Amount?: number
    Currency?: string
    DateExecuted?: string
    ID?: string
    ResultCode?: string
    ResultMessage?: string
    Succeeded?: boolean
    Type?: string