ECPayInvoice.CarrierOptions (ecpay_invoice v0.0.1-alpha8)

Link to this section Summary

Link to this section Types

Link to this type

carrier_number()

Specs

carrier_number() :: binary() | nil
Link to this type

carrier_type()

Specs

carrier_type() :: :print | :green_world | :love_code | :mobile | :natural

Specs

love_code() :: binary() | nil

Specs

t() :: %ECPayInvoice.CarrierOptions{
  love_code: love_code(),
  number: carrier_number(),
  type: carrier_type()
}