Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Represents an item with in the commercestorepricing.PricingRequest encapsulating product related information.
Constructs a PricingRequestItem with the given product Id
Returns the productId
| Type | Description |
|---|---|
| String | Product Id |
Returns list of psmIDs set for this PricingRequestItem
| Type | Description |
|---|---|
| PsmIDCollection | Product selling model Id. |
Removes a psmId from the list of psmIds
| Param | Description |
|---|---|
psmId | Product selling model Id to be removed |
Add a psmId to the list of psmIds
| Param | Description |
|---|---|
psmId | Product selling model Id to add |
Compares the argument with this PricingRequestItem object and returns true if they are equal
Returns hashCode for this PricingRequestItem object
Newer Version Available