Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Payment

    A payment collected for an order.

    interface Payment {
        amount?: Amount;
        balanceTransaction?: BalanceTransaction | null;
        executedAt?: string;
        failedAt?: string;
        id?: string;
        initiatedAt?: string;
        latestAttempt?: PaymentAttempt;
        nextAction?: PaymentNextAction | null;
        paidAt?: string;
        paymentMethod?: PaymentMethod;
        payoutConfiguration?: PaymentPayoutConfiguration | null;
        statementDescriptor?: string;
        status?: PaymentStatus;
    }
    Index
    amount?: Amount
    balanceTransaction?: BalanceTransaction | null
    executedAt?: string
    failedAt?: string
    id?: string
    initiatedAt?: string
    latestAttempt?: PaymentAttempt
    nextAction?: PaymentNextAction | null
    paidAt?: string
    paymentMethod?: PaymentMethod
    payoutConfiguration?: PaymentPayoutConfiguration | null
    statementDescriptor?: string
    status?: PaymentStatus