C# Class Kona.Model.ShippingMethod

Afficher le fichier Open project: BenHall/Kona

Méthodes publiques

Méthode Description
ShippingMethod ( )
ShippingMethod ( string carrier, string serviceName, decimal ratePerPound, string estimatedDelivery, int daysToDeliver )
ToString ( ) : string

Method Details

ShippingMethod() public méthode

public ShippingMethod ( )

ShippingMethod() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string