setQuantity method

void setQuantity(
  1. int quantity
)

Sets the quantity property

Implementation

void setQuantity(int quantity) {
  payload[EAPropertyKey.PRODUCT_QUANTITY] = quantity;
}