Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Class providing methods to retrieve and manipulate PricingResponseItem collection
Returns the commercestorepricing.PricingResponseItem at given index in the collection
| Param | Description |
|---|---|
index | Index of the item to retrieve |
Returns an iterator over the collection of commercestorepricing.PricingResponseItem objects.
| Type | Description |
|---|---|
| Iterator | An iterator that can be used to iterate through the collection of commercestorepricing.PricingResponseItem objects. |
Returns the index of a PricingResponseItem in pricingResponseItemList
| Param | Description |
|---|---|
dto | commercestorepricing.PricingResponseItem |
| Type | Description |
|---|---|
| Integer | index of the specified item or -1 if the item is not found |
Returns number of elements in the list
| Type | Description |
|---|---|
| Integer | Number of elements in the list |
Checks if there are elements in the list
| Type | Description |
|---|---|
| Boolean | True if there are no elements in the list, false otherwise |
Compares the argument with the underlying commercestorepricing.PricingCollection object and returns true if they are equal
Returns the hashCode for this pricingCollection object
Newer Version Available