View Source Stripe.FinancialConnections.AccountOwner (stripity_stripe v3.2.0)

Describes an owner of an account.

Summary

Types

t()

The financial_connections.account_owner type.

Types

@type t() :: %Stripe.FinancialConnections.AccountOwner{
  email: binary() | nil,
  id: binary(),
  name: binary(),
  object: binary(),
  ownership: binary(),
  phone: binary() | nil,
  raw_address: binary() | nil,
  refreshed_at: integer() | nil
}

The financial_connections.account_owner type.

  • email The email address of the owner.
  • id Unique identifier for the object.
  • name The full name of the owner.
  • object String representing the object's type. Objects of the same type share the same value.
  • ownership The ownership object that this owner belongs to.
  • phone The raw phone number of the owner.
  • raw_address The raw physical address of the owner.
  • refreshed_at The timestamp of the refresh that updated this owner.