quantity property

  1. @JsonKey(name: 'quantity')
int? quantity
getter/setter pair

The amount you will recieve of the item described in itemHash if you make the purchase.

Implementation

@JsonKey(name:'quantity')
int? quantity;