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

TypeDescription
StringProduct Id

Set productId for this pricing response item param productId Product Id

Returns the ProductSellingModelId

TypeDescription
StringProduct Selling Model Id

Sets ProductSellingModelId for this pricing response item

ParamDescription
productSellingModelIdProduct Selling Model Id

Returns the PricebookEntryId related to negotiatedPrice of the product

TypeDescription
StringPricebookEntryId

Set the PricebookEntryId for the negotiatedPrice of the product

ParamDescription
negotiatedPricebookEntryIdPricebookEntryId

Returns the standard price the product

TypeDescription
DecimalStandard price of the product

Set the listPrice of the product

ParamDescription
listPriceStandard price of the product

Returns the Negotiated/Reduced price the product

TypeDescription
DecimalNegotiated 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

TypeDescription
BooleanTrue if there are no errors in fetching pricing information, false otherwise

Returns error message in case of errors while fetching pricing information

TypeDescription
StringError message

Returns localized error message in case of errors fetching pricing information

TypeDescription
StringLocalized error message

Returns error code in case of errors in fetching the pricing information

TypeDescription
StringError code

Set error message and localized error message in case of errors while fetching pricing information

ParamDescription
errorMessageError message
localizedErrorMessageLocalized 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