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

    Interface RefundBalanceTransaction

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

    Hierarchy

    • BalanceTransactionBase
      • RefundBalanceTransaction
    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?: undefined
    payoutConfiguration?: PayoutConfiguration | null

    Not returned on balance transactions by the reviewed API.

    payoutId?: string
    refundId: string
    type: "refund"