Type alias PayoutDetailsBeta

PayoutDetails: {
    currencyCode: string;
    max?: string;
    methods: PayoutMethod[];
    min?: string;
}

Currency details object for payout

Type declaration

  • currencyCode: string

    ISO 3166 currency code string

  • Optional max?: string

    Maximum amount of currency that can be requested

  • methods: PayoutMethod[]

    A list of payment methods to select from

  • Optional min?: string

    Minimum amount of currency that can be requested