setEstimateRef method

void setEstimateRef(
  1. String estimateRef
)

Sets the estimateref property

Implementation

void setEstimateRef(String estimateRef) {
  payload[EAPropertyKey.ORDER_ESTIMATE_REF] = estimateRef;
}