View Source ExOAPI.Stripe.SDK.TaxRates (exoapi_stripe v0.1.1)
Link to this section Summary
Functions
description: <p>Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.</p>
description: <p>Retrieves a tax rate with the given ID</p>
description: <p>Creates a new tax rate.</p>
description: <p>Updates an existing tax rate.</p>
Link to this section Types
@type get_tax_rates_tax_rate_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get_tax_rates(client :: ExOAPI.Client.t(), [get_tax_rates_opts()]) :: {:ok, any()} | {:error, any()}
description: <p>Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.</p>
@spec get_tax_rates_tax_rate( client :: ExOAPI.Client.t(), tax_rate :: String.t(), [get_tax_rates_tax_rate_opts()] ) :: {:ok, any()} | {:error, any()}
description: <p>Retrieves a tax rate with the given ID</p>
@spec post_tax_rates(client :: ExOAPI.Client.t(), body :: map()) :: {:ok, any()} | {:error, any()}
description: <p>Creates a new tax rate.</p>
@spec post_tax_rates_tax_rate( client :: ExOAPI.Client.t(), body :: map(), tax_rate :: String.t() ) :: {:ok, any()} | {:error, any()}
description: <p>Updates an existing tax rate.</p>