Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax.Location (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax.Location{
    country: String.t() | nil,
    state: String.t() | nil
  }
  • country - The identified tax country of the customer.
  • state - The identified tax state, county, province, or region of the customer.