# `Rapyd.Types.PayoutMethodType`
[🔗](https://github.com/iamkanishka/rapyd/blob/v1.0.0/lib/rapyd/types/disburse.ex#L128)

An available payout method for a sender/beneficiary country+currency combination.

# `t`

```elixir
@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()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
