commercestorepricing.TransactionalPricingRequest
Class that holds the request that is made to the pricing resolution service to get the transactional prices for a range of products.
Constructs a new TransactionalPricingRequest object.
Returns the Webstore Id
Type | Description |
---|---|
String | The Id of the Webstore. |
Returns the effective account Id of the buyer set in the request
Type | Description |
---|---|
String | The effective account Id of the buyer. |
Returns the currency ISO code set in the request.
Type | Description |
---|---|
String | ISO code of currency in which you want to retrieve the price of the product |
Sets the Webstore Id for the request.
Param | Description |
---|---|
webStoreId | Id of the WebStore |
Sets the effective account Id for the request.
Param | Description |
---|---|
effectiveAccountId | Buyer Account Id |
Sets the currency ISO code for the pricing request.
Param | Description |
---|---|
currencyIsoCode | ISO code of currency in which you want to retrieve the price of the product |
Retrieves the list of items in commercestorepricing.TxnPricingRequestItemCollection by delegating the call to internal java class
Type | Description |
---|---|
TxnPricingRequestItemCollection | list of txnPricingRequestItems in the request |
Removes a txnPricingRequestItem from commercestorepricing.TxnPricingRequestItemCollection by delegating the call to internal java class
Param | Description |
---|---|
txnPricingRequestItem |
Add a Request item to commercestorepricing.TxnPricingRequestItemCollection by delegating the call to internal java class
Param | Description |
---|---|
txnPricingRequestItem | commercestorepricing.TransactionalPricingRequestItem to add to the list |