# `Stripe.Resources.SortCodeRecords`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/sort_code_records.ex#L2)

FundingInstructionsBankTransferSortCodeRecord

Sort Code Records contain U.K. bank account details per the sort code format.

# `t`

```elixir
@type t() :: %Stripe.Resources.SortCodeRecords{
  account_holder_address: Stripe.Resources.Address.t(),
  account_holder_name: String.t(),
  account_number: String.t(),
  bank_address: Stripe.Resources.Address.t(),
  sort_code: String.t()
}
```

* `account_holder_address` - Expandable.
* `account_holder_name` - The name of the person or business that owns the bank account Max length: 5000.
* `account_number` - The account number Max length: 5000.
* `bank_address` - Expandable.
* `sort_code` - The six-digit sort code Max length: 5000.

# `expandable_fields`

# `object_name`

---

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