ExCorreios v1.1.4 ExCorreios.Calculator.Request.Url View Source

This module builds an url based on shipping informations.

Link to this section Summary

Link to this section Functions

Link to this function

build(shipping, calculator_url \\ nil)

View Source
build(
  %ExCorreios.Calculator.Shipping{
    declared_value: term(),
    destination: term(),
    enterprise: term(),
    manually_entered: term(),
    origin: term(),
    package: term(),
    password: term(),
    receiving_alert: term(),
    service: term()
  },
  String.t()
) :: String.t()