View Source Stripe.FinancialConnections.AccountOwner (Striped v0.4.0)
Link to this section Summary
Link to this section 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.