C# 클래스 DotNetShipping.ShippingProviders.USPSInternationalProvider

상속: DotNetShipping.ShippingProviders.AbstractShippingProvider
파일 보기 프로젝트 열기: kylewest/DotNetShipping 1 사용 예제들

공개 메소드들

메소드 설명
GetRates ( ) : void
GetServiceCodes ( ) : string>.IDictionary

Returns the supported service codes

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

USPSInternationalProvider ( string userId, string service ) : System

비공개 메소드들

메소드 설명
ParseResult ( string response ) : void

메소드 상세

GetRates() 공개 메소드

public GetRates ( ) : void
리턴 void

GetServiceCodes() 공개 메소드

Returns the supported service codes
public GetServiceCodes ( ) : string>.IDictionary
리턴 string>.IDictionary

IsDomesticUSPSAvailable() 공개 메소드

public IsDomesticUSPSAvailable ( ) : bool
리턴 bool

USPSInternationalProvider() 공개 메소드

public USPSInternationalProvider ( ) : System
리턴 System

USPSInternationalProvider() 공개 메소드

public USPSInternationalProvider ( string userId ) : System
userId string
리턴 System

USPSInternationalProvider() 공개 메소드

public USPSInternationalProvider ( string userId, string service ) : System
userId string
service string
리턴 System