items property

Map<PaynowCartItem, int> items
final

Cart Items. PaynowCartItem To hold a product or service information int Represents the quantity of the item

Implementation

final Map<PaynowCartItem, int> items;