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

    Interface PayoutSettings

    interface PayoutSettings {
        destinations?: Record<string, string>;
        fxEnabled?: boolean;
        id?: string;
        schedule?: PayoutSchedule | null;
    }
    Index
    destinations?: Record<string, string>
    fxEnabled?: boolean
    id?: string
    schedule?: PayoutSchedule | null