Tpv class
Constructors
- Tpv.new(MethodChannel channel, EventEmitter eventEmitter)
Properties
- customerId ↔ String?
-
getter/setter pair
- customerMobile ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tpvBankAccount ↔ TPVBankAccount?
-
getter/setter pair
Methods
-
linkNewUpiAccount(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCustomerId(
String? customerId) → Tpv -
setCustomerMobile(
String customerMobile) → Tpv -
setOrderId(
String? orderId) → Tpv -
setTpvBankAccount(
TPVBankAccount? tpvBankAccount) → Tpv -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited