quantity property
The amount you will recieve of the item described in itemHash if you make the purchase.
Implementation
@JsonKey(name:'quantity')
int? quantity;
The amount you will recieve of the item described in itemHash if you make the purchase.
@JsonKey(name:'quantity')
int? quantity;