Braintree.UsBankAccount (Braintree v0.13.0)

UsBankAccount structs are not created directly, but are built within responses from other endpoints, such as Braintree.Customer.

Link to this section Summary

Link to this section Types

@type t() :: %Braintree.UsBankAccount{
  account_holder_name: String.t(),
  account_number: String.t(),
  account_type: String.t(),
  ach_mandate: map(),
  bank_name: String.t(),
  business_name: String.t(),
  created_at: String.t(),
  customer_global_id: String.t(),
  customer_id: String.t(),
  default: String.t(),
  first_name: String.t(),
  global_id: String.t(),
  image_url: String.t(),
  last_4: String.t(),
  last_name: String.t(),
  ownership_type: String.t(),
  routing_number: String.t(),
  token: String.t(),
  updated_at: String.t(),
  vaulted_in_blue: String.t(),
  verifications: [any()],
  verified: boolean(),
  verified_by: String.t()
}

Link to this section Functions