setCurrency method

void setCurrency(
  1. String currency
)

Sets the currency property

Implementation

void setCurrency(String currency) {
  payload[EAPropertyKey.ESTIMATE_CURRENCY] = currency;
}