setCartCumul method

void setCartCumul(
  1. bool cumul
)

Sets the scartcumul flag

Implementation

void setCartCumul(bool cumul) {
  payload[EAPropertyKey.CART_CUMUL] = cumul ? 1 : 0;
}