View Source Stripe.FinancialConnections.AccountOwner (Striped v0.5.0) (generated)
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.
emailThe email address of the owner.idUnique identifier for the object.nameThe full name of the owner.objectString representing the object's type. Objects of the same type share the same value.ownershipThe ownership object that this owner belongs to.phoneThe raw phone number of the owner.raw_addressThe raw physical address of the owner.refreshed_atThe timestamp of the refresh that updated this owner.