View Source ExOAPI.Stripe.SDK.TaxCodes (exoapi_stripe v0.1.2)
Link to this section Summary
Functions
description: <p>A list of <a href="https://stripe.com/docs/tax/tax-codes">all tax codes available</a> to add to Products in order to allow specific tax calculations.</p>
description: <p>Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.</p>
Link to this section Types
@type get_tax_codes_id_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get_tax_codes(client :: ExOAPI.Client.t(), [get_tax_codes_opts()]) :: {:ok, any()} | {:error, any()}
description: <p>A list of <a href="https://stripe.com/docs/tax/tax-codes">all tax codes available</a> to add to Products in order to allow specific tax calculations.</p>
@spec get_tax_codes_id( client :: ExOAPI.Client.t(), id :: String.t(), [get_tax_codes_id_opts()] ) :: {:ok, any()} | {:error, any()}
description: <p>Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.</p>