AmountsReqBuilder class

Constructors

AmountsReqBuilder()

Properties

cashBackAmount num?
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maximumCashBackAmount num?
getter/setter pair
minimumAmountToDeliver num?
getter/setter pair
minimumSplitAmount num?
getter/setter pair
paidAmount num?
getter/setter pair
requestedAmount num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipAmount num?
getter/setter pair

Methods

build() AmountsReq
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(AmountsReq other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(AmountsReqBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited