Voice pricing by country
Operations: list, fetch
Summary
Functions
Fetch a specific Country.
Operation: ListVoiceCountry | Tags: PricingV2Country
Stream: (lazy auto-pagination).
Functions
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Pricing.V2.Voice.Country.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a specific Country.
Operation: FetchVoiceCountry | Tags: PricingV2Country
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListVoiceCountry | Tags: PricingV2Country
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).