eanalytics
eanalytics
EAEstimate
setAmount method
setAmount
eanalytics
eanalytics
EAEstimate
setAmount method
EAEstimate class
Constructors
EAEstimate
Properties
hashCode
payload
products
runtimeType
Methods
addProduct
noSuchMethod
setAction
setAmount
setCFlag
setCurrency
setEmail
setLocation
setNewCustomer
setPageGroup
setPath
setProfile
setProperty
setType
setUID
toJson
toString
Operators
operator ==
setAmount
method
Null safety
void
setAmount
(
double
amount
)
Implementation
void setAmount(double amount) { payload[EAPropertyKey.ESTIMATE_AMOUNT] = amount; }