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

    Interface PaymentPayoutConfiguration

    Payout configuration attached to a payment.

    interface PaymentPayoutConfiguration {
        destination?: { financialAccountId?: string };
        enableFx?: boolean;
    }
    Index
    destination?: { financialAccountId?: string }
    enableFx?: boolean