Method | Description | |
---|---|---|
ChangePriceForProduct ( String productRatePlanChargeId, Decimal newPrices, String currency ) : List |
||
CreateProduct ( string name, |
||
CreateRatePlanWithOneTimeCharge ( Product product, string ratePlanName, decimal price ) : |
||
DeleteProduct ( string productId ) : void | ||
DeleteRatePlan ( string ratePlanId ) : void | ||
DisableRatePlan ( String productRatePlanId, System.DateTime date ) : |
||
GetProductById ( string productId ) : |
||
GetProductByName ( String name ) : |
||
GetProductCatalog ( ) : List |
||
GetProductRatePlanByName ( String name ) : |
||
GetProductRatePlanByName ( string productId, string name ) : |
||
GetRatePlan ( string ratePlanId ) : |
||
ProductCatalogManager ( |
Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
ReadCache ( ) : List |
public ChangePriceForProduct ( String productRatePlanChargeId, Decimal newPrices, String currency ) : List |
||
productRatePlanChargeId | String | |
newPrices | Decimal | |
currency | String | |
return | List |
public CreateProduct ( string name, |
||
name | string | |
productType | ||
sku | string | |
description | string | |
dupeNameCheck | bool | |
return |
public CreateRatePlanWithOneTimeCharge ( Product product, string ratePlanName, decimal price ) : |
||
product | Product | |
ratePlanName | string | |
price | decimal | |
return |
public DeleteProduct ( string productId ) : void | ||
productId | string | |
return | void |
public DeleteRatePlan ( string ratePlanId ) : void | ||
ratePlanId | string | |
return | void |
public DisableRatePlan ( String productRatePlanId, System.DateTime date ) : |
||
productRatePlanId | String | |
date | System.DateTime | |
return |
public GetProductById ( string productId ) : |
||
productId | string | |
return |
public GetProductByName ( String name ) : |
||
name | String | |
return |
public GetProductRatePlanByName ( String name ) : |
||
name | String | |
return |
public GetProductRatePlanByName ( string productId, string name ) : |
||
productId | string | |
name | string | |
return |
public GetRatePlan ( string ratePlanId ) : |
||
ratePlanId | string | |
return |
public ProductCatalogManager ( |
||
zs | ||
cachePath | string | |
return | System |