Stripe.Resources.Customer.Tax.Location (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Customer.Tax.Location{
  country: String.t() | nil,
  source: String.t() | nil,
  state: String.t() | nil
}
  • country - The identified tax country of the customer. Max length: 5000.
  • source - The data source used to infer the customer's location. Possible values: billing_address, ip_address, payment_method, shipping_destination.
  • state - The identified tax state, county, province, or region of the customer. Max length: 5000. Nullable.