PaymentInfo<T> class

Implementers

Constructors

PaymentInfo()

Properties

email String?
getter/setter pair
fxRateId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileNo String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildData() PaymentData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEmail(String email) → T
setFXRateId(String fxRateId) → T
setMobileNo(String mobileNo) → T
setName(String name) → T
toString() String
A string representation of this object.
inherited

Operators

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