Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.TaxId.Owner{ account: String.t() | Stripe.Resources.Account.t() | nil, application: String.t() | Stripe.Resources.Application.t() | nil, customer: String.t() | Stripe.Resources.Customer.t() | nil, customer_account: String.t() | nil, type: String.t() | nil }
account- The account being referenced whentypeisaccount.application- The Connect Application being referenced whentypeisapplication.customer- The customer being referenced whentypeiscustomer.customer_account- The Account representing the customer being referenced whentypeiscustomer. Max length: 5000. Nullable.type- Type of owner referenced. Possible values:account,application,customer,self.