# `Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Zengin`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/next_action_display_bank_transfer_instructions.ex#L153)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Zengin{
    account_holder_address: Stripe.Resources.Address.t() | nil,
    account_holder_name: String.t() | nil,
    account_number: String.t() | nil,
    account_type: String.t() | nil,
    bank_address: Stripe.Resources.Address.t() | nil,
    bank_code: String.t() | nil,
    bank_name: String.t() | nil,
    branch_code: String.t() | nil,
    branch_name: String.t() | nil
  }
```

* `account_holder_address`
* `account_holder_name` - The account holder name Max length: 5000. Nullable.
* `account_number` - The account number Max length: 5000. Nullable.
* `account_type` - The bank account type. In Japan, this can only be `futsu` or `toza`. Max length: 5000. Nullable.
* `bank_address`
* `bank_code` - The bank code of the account Max length: 5000. Nullable.
* `bank_name` - The bank name of the account Max length: 5000. Nullable.
* `branch_code` - The branch code of the account Max length: 5000. Nullable.
* `branch_name` - The branch name of the account Max length: 5000. Nullable.

---

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