Stripe.Params.Tax.SettingsUpdateParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for settings update.

Summary

Types

t()

@type t() :: %Stripe.Params.Tax.SettingsUpdateParams{
  defaults: term(),
  expand: term(),
  head_office: term()
}
  • defaults - Default configuration to be used on Stripe Tax calculations.
  • expand - Specifies which fields in the response should be expanded.
  • head_office - The place where your business is located.