Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TaxIdCreateParams.Owner{ account: String.t() | nil, customer: String.t() | nil, customer_account: String.t() | nil, type: String.t() | nil }
account- Connected Account the tax ID belongs to. Required whentype=accountcustomer- Customer the tax ID belongs to. Required whentype=customerMax length: 5000.customer_account- ID of the Account representing the customer that the tax ID belongs to. Can be used in place ofcustomerwhentype=customerMax length: 5000.type- Type of owner referenced. Possible values:account,application,customer,self.