Stripe.Resources.SortCodeRecords (tiger_stripe v0.4.0)

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: term(),
  account_holder_name: term(),
  account_number: term(),
  bank_address: term(),
  sort_code: term()
}
  • 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()