Stripe.Resources.SortCodeRecords (tiger_stripe v0.1.10)

Copy Markdown View Source

FundingInstructionsBankTransferSortCodeRecord

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

Summary

Types

t()

@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.

Functions

expandable_fields()

object_name()