Stripe.Resources.Tax.Settings (tiger_stripe v0.4.0)

Copy Markdown View Source

TaxProductResourceTaxSettings

You can use Tax Settings to manage configurations used by Stripe Tax calculations.

Related guide: Using the Settings API

Summary

Types

t()

@type t() :: %Stripe.Resources.Tax.Settings{
  defaults: term(),
  head_office: term(),
  livemode: term(),
  object: term(),
  status: term(),
  status_details: term()
}
  • defaults - Expandable.
  • head_office - The place where your business is located. Nullable. Expandable.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: tax.settings.
  • status - The status of the Tax Settings. Possible values: active, pending.
  • status_details - Expandable.

Functions

expandable_fields()

object_name()