View Source ExOAPI.Stripe.SDK.CountrySpecs (exoapi_stripe v0.1.2)
Link to this section Summary
Functions
description: <p>Lists all Country Spec objects available in the API.</p>
description: <p>Returns a Country Spec for a given Country code.</p>
Link to this section Types
@type get_country_specs_country_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get_country_specs(client :: ExOAPI.Client.t(), [get_country_specs_opts()]) :: {:ok, any()} | {:error, any()}
description: <p>Lists all Country Spec objects available in the API.</p>
@spec get_country_specs_country( client :: ExOAPI.Client.t(), country :: String.t(), [get_country_specs_country_opts()] ) :: {:ok, any()} | {:error, any()}
description: <p>Returns a Country Spec for a given Country code.</p>