Method | Description | |
---|---|---|
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 GetResellerCountryCode ( ) : string | ||
return | string |
public static GetResellerCurrencyCode ( ) : string | ||
return | string |
public static GetResellerId ( ) : System.Guid | ||
return | System.Guid |
public static GetResellerLanguages ( ) : IList |
||
return | IList |
public static GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList |
||
defaultPaymentMethod | PaymentMethod | The default payment method. |
return | IList |
public static LoadResellerIntoSessionByHash ( string resellerHash ) : void | ||
resellerHash | string | The reseller hash. |
return | void |
public static LoadResellerIntoSessionByUrl ( string url ) : void | ||
url | string | The URL. |
return | void |