class Patch::Estimate

Defined in:

patch/estimates.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String) #

[View source]

Instance Method Detail

def create_air_shipping_estimate(data : Hash(String, String)) #

[View source]
def create_bitcoin_estimate(data : Hash(String, String)) #

[View source]
def create_ecommerce_estimate(data : Hash(String, String)) #

[View source]
def create_ethereum_estimate(data : Hash(String, String)) #

[View source]
def create_flight_estimate(data : Hash(String, String)) #

[View source]
def create_flight_shipping_estimate(data : Hash(String, String)) #

[View source]
def create_hotel_estimate(data : Hash(String, String)) #

[View source]
def create_mass_estimate(data : Hash(String, String)) #

[View source]
def create_rail_shipping_estimate(data : Hash(String, String)) #

[View source]
def create_road_shipping_estimate(data : Hash(String, String)) #

[View source]
def create_sea_shipping_estimate(data : Hash(String, String)) #

[View source]
def create_vehicle_shipping_estimate(data : Hash(String, String)) #

[View source]
def list_estimates #

[View source]
def retrieve_estimate(estimate_id : String) #

[View source]