commercestorepricing.PricingResponseItem
Represents an item with in the PricingResponse containing product pricing information
Constructs a PricingResponseItem with product pricing information by delegating call to internal java class
Returns the productId
Type | Description |
---|---|
String | Product Id |
Set productId for this pricing response item param productId Product Id
Returns the ProductSellingModelId
Type | Description |
---|---|
String | Product Selling Model Id |
Sets ProductSellingModelId for this pricing response item
Param | Description |
---|---|
productSellingModelId | Product Selling Model Id |
Returns the PricebookEntryId related to negotiatedPrice of the product
Type | Description |
---|---|
String | PricebookEntryId |
Set the PricebookEntryId for the negotiatedPrice of the product
Param | Description |
---|---|
negotiatedPricebookEntryId | PricebookEntryId |
Returns the standard price the product
Type | Description |
---|---|
Decimal | Standard price of the product |
Set the listPrice of the product
Param | Description |
---|---|
listPrice | Standard price of the product |
Returns the Negotiated/Reduced price the product
Type | Description |
---|---|
Decimal | Negotiated Price of the product |
Set the Negotiated/Reduced price the product
Para negotiatedPrice Negotiated Price of the product
Returns true if there are no errors in fetching pricing information
Type | Description |
---|---|
Boolean | True if there are no errors in fetching pricing information, false otherwise |
Returns error message in case of errors while fetching pricing information
Type | Description |
---|---|
String | Error message |
Returns localized error message in case of errors fetching pricing information
Type | Description |
---|---|
String | Localized error message |
Returns error code in case of errors in fetching the pricing information
Type | Description |
---|---|
String | Error code |
Set error message and localized error message in case of errors while fetching pricing information
Param | Description |
---|---|
errorMessage | Error message |
localizedErrorMessage | Localized error message |
Compares the argument with the underlying PricingRequestItem object and returns true if they are equal
Parm obj PricingResponseItem object
Returns hashCode for this PricingResponseItem object