C# Class DotNetShipping.ShippingProviders.USPSInternationalProvider

Inheritance: DotNetShipping.ShippingProviders.AbstractShippingProvider
Afficher le fichier Open project: kylewest/DotNetShipping Class Usage Examples

Méthodes publiques

Méthode Description
GetRates ( ) : void
GetServiceCodes ( ) : string>.IDictionary

Returns the supported service codes

IsDomesticUSPSAvailable ( ) : bool
USPSInternationalProvider ( ) : System
USPSInternationalProvider ( string userId ) : System

USPSInternationalProvider ( string userId, string service ) : System

Private Methods

Méthode Description
ParseResult ( string response ) : void

Method Details

GetRates() public méthode

public GetRates ( ) : void
Résultat void

GetServiceCodes() public méthode

Returns the supported service codes
public GetServiceCodes ( ) : string>.IDictionary
Résultat string>.IDictionary

IsDomesticUSPSAvailable() public méthode

public IsDomesticUSPSAvailable ( ) : bool
Résultat bool

USPSInternationalProvider() public méthode

public USPSInternationalProvider ( ) : System
Résultat System

USPSInternationalProvider() public méthode

public USPSInternationalProvider ( string userId ) : System
userId string
Résultat System

USPSInternationalProvider() public méthode

public USPSInternationalProvider ( string userId, string service ) : System
userId string
service string
Résultat System