View Source ExOAPI.Stripe.SDK.TaxCodes (exoapi_stripe v0.1.4)
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, ExOAPI.Stripe.Schemas.Error.t() | %{ url: String.t(), object: String.t() | :list, has_more: boolean(), data: [ExOAPI.Stripe.Schemas.TaxCode.t()] } | map()} | {: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, ExOAPI.Stripe.Schemas.Error.t() | ExOAPI.Stripe.Schemas.TaxCode.t() | map()} | {: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>