commercestorepricing.PricingRequestItem

Represents an item with in the commercestorepricing.PricingRequest encapsulating product related information.

Constructors 

global PricingRequestItem(String productId) 

Constructs a PricingRequestItem with the given product Id


Methods 

global getProductId() 

Returns the productId

Returns 

TypeDescription
StringProduct Id

global getPsmIDs() 

Returns list of psmIDs set for this PricingRequestItem

Returns 

TypeDescription
PsmIDCollectionProduct selling model Id.

global removePsmID(String psmId) 

Removes a psmId from the list of psmIds

Parameters 

ParamDescription
psmIdProduct selling model Id to be removed

global addPsmID(String psmId) 

Add a psmId to the list of psmIds

Parameters 

ParamDescription
psmIdProduct selling model Id to add

global equals(Object obj) 

Compares the argument with this PricingRequestItem object and returns true if they are equal

global hashCode() 

Returns hashCode for this PricingRequestItem object


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!