setType method

void setType(
  1. String type
)

Sets the type property

Implementation

void setType(String type) {
  payload[EAPropertyKey.ESTIMATE_TYPE] = type;
}