Documentation ¶
Overview ¶
Package settings provides the /tax/settings APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(params *stripe.TaxSettingsParams) (*stripe.TaxSettings, error)
Retrieves Tax Settings for a merchant.
func Update ¶
func Update(params *stripe.TaxSettingsParams) (*stripe.TaxSettings, error)
Updates Tax Settings parameters used in tax calculations. All parameters are editable but none can be removed once set.
Types ¶
type Client ¶
Client is used to invoke /tax/settings APIs.
func (Client) Get ¶
func (c Client) Get(params *stripe.TaxSettingsParams) (*stripe.TaxSettings, error)
Retrieves Tax Settings for a merchant.
func (Client) Update ¶
func (c Client) Update(params *stripe.TaxSettingsParams) (*stripe.TaxSettings, error)
Updates Tax Settings parameters used in tax calculations. All parameters are editable but none can be removed once set.
Click to show internal directories.
Click to hide internal directories.