An available payout method for a sender/beneficiary country+currency combination.
Summary
Types
@type t() :: %Rapyd.Types.PayoutMethodType{ beneficiary_country: String.t(), beneficiary_entity_types: [String.t()], beneficiary_fields: [map()], category: String.t(), is_expirable: boolean(), maximum_amount: float(), minimum_amount: float(), name: String.t(), payout_currency: String.t(), payout_method_type: String.t(), sender_country: String.t(), sender_currency: String.t(), sender_entity_types: [String.t()], sender_fields: [map()] }