C# Class Kona.Model.ShippingMethod

Exibir arquivo Open project: BenHall/Kona

Public Methods

Method Description
ShippingMethod ( )
ShippingMethod ( string carrier, string serviceName, decimal ratePerPound, string estimatedDelivery, int daysToDeliver )
ToString ( ) : string

Method Details

ShippingMethod() public method

public ShippingMethod ( )

ShippingMethod() public method

public ShippingMethod ( string carrier, string serviceName, decimal ratePerPound, string estimatedDelivery, int daysToDeliver )
carrier string
serviceName string
ratePerPound decimal
estimatedDelivery string
daysToDeliver int

ToString() public method

public ToString ( ) : string
return string