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

    Interface PaymentBalanceTransaction

    interface PaymentBalanceTransaction {
        amount: Amount;
        amountAvailable?: Amount;
        amountExpected?: Amount;
        availableAt?: string;
        claimedAt?: string;
        createdAt: string;
        id: string;
        orderId: string;
        paidAt?: string;
        paymentId: string;
        payoutConfiguration?: PayoutConfiguration | null;
        payoutId?: string;
        refundId?: undefined;
        type: "payment";
    }

    Hierarchy

    • BalanceTransactionBase
      • PaymentBalanceTransaction
    Index
    amount: Amount
    amountAvailable?: Amount

    Not returned by the reviewed API. Use amount.

    amountExpected?: Amount

    Not returned by the reviewed API. Use amount.

    availableAt?: string
    claimedAt?: string
    createdAt: string
    id: string
    orderId: string
    paidAt?: string
    paymentId: string
    payoutConfiguration?: PayoutConfiguration | null

    Not returned on balance transactions by the reviewed API.

    payoutId?: string
    refundId?: undefined
    type: "payment"