Shippex.services_country-question-mark

You're seeing just the function services_country-question-mark, go back to Shippex module for more information.
Link to this function

services_country?(carrier, country)

View Source

Specs

services_country?(Shippex.Carrier.t(), ISO.country_code()) :: boolean()

Returns true if the carrier services the given country. An ISO-3166-compliant country code is required.

iex> Shippex.services_country?(:usps, "US")
true

iex> Shippex.services_country?(:usps, "KP")
false