메소드 | 설명 | |
---|---|---|
GetResellerCountryCode ( ) : string |
Gets the reseller country code.
|
|
GetResellerCurrencyCode ( ) : string |
Gets the reseller currency code.
|
|
GetResellerId ( ) : System.Guid |
Gets the reseller id.
|
|
GetResellerLanguages ( ) : IList |
Gets the reseller languages.
|
|
GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList |
Gets the reseller payment methods.
|
|
LoadResellerIntoSessionByHash ( string resellerHash ) : void |
Loads the reseller into session by hash.
|
|
LoadResellerIntoSessionByUrl ( string url ) : void |
Loads the reseller into session by URL.
|
public static GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList |
||
defaultPaymentMethod | PaymentMethod | The default payment method. |
리턴 | IList |
public static LoadResellerIntoSessionByHash ( string resellerHash ) : void | ||
resellerHash | string | The reseller hash. |
리턴 | void |
public static LoadResellerIntoSessionByUrl ( string url ) : void | ||
url | string | The URL. |
리턴 | void |