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

    Interface Payout

    interface Payout {
        amount?: Amount;
        applicationId?: string;
        balanceTransactionIds?: string[];
        balanceTransactions?: string[];
        canceledAt?: string;
        customData?: Record<string, string>;
        destinationId?: string;
        error?: PayoutError | null;
        executeAfter?: string;
        executedAt?: string;
        executedBy?: string;
        expectedAt?: string;
        failedAt?: string | null;
        id?: string;
        initiatedAt?: string;
        initiatedBy?: string;
        latestAttemptId?: string;
        latestError?: PayoutError;
        maxAmount?: Amount;
        reference?: string;
        scheduledAt?: string;
        scheduledBy?: string;
        scheduleId?: string;
        sentAt?: string | null;
        sourceId?: string;
        status?: PayoutStatus;
        succeededAt?: string;
    }
    Index
    amount?: Amount
    applicationId?: string
    balanceTransactionIds?: string[]
    balanceTransactions?: string[]
    canceledAt?: string
    customData?: Record<string, string>
    destinationId?: string
    error?: PayoutError | null
    executeAfter?: string
    executedAt?: string
    executedBy?: string
    expectedAt?: string
    failedAt?: string | null
    id?: string
    initiatedAt?: string
    initiatedBy?: string
    latestAttemptId?: string
    latestError?: PayoutError
    maxAmount?: Amount
    reference?: string
    scheduledAt?: string
    scheduledBy?: string
    scheduleId?: string
    sentAt?: string | null
    sourceId?: string
    status?: PayoutStatus
    succeededAt?: string