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

    Interface PayoutError

    interface PayoutError {
        cause?: string;
        message?: string;
        occurredAt?: string;
        type?: string;
    }
    Index
    cause?: string
    message?: string
    occurredAt?: string
    type?: string