VirtualAccount class
Constructors
-
VirtualAccount({String? virtualAccount, String? customerName, String? datetimeExpired, String? paymentType, dynamic trxAmount, dynamic amount, dynamic penalty, dynamic admin, String? idBilling, String? description, String? clientRefnum, List<
AdditionalData> ? additionalData}) -
VirtualAccount.fromJson(Map<
String, dynamic> json)
Properties
-
additionalData
↔ List<
AdditionalData> ? -
getter/setter pair
- admin ↔ dynamic
-
getter/setter pair
- amount ↔ dynamic
-
getter/setter pair
- clientRefnum ↔ String?
-
getter/setter pair
- customerName ↔ String?
-
getter/setter pair
- datetimeExpired ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idBilling ↔ String?
-
getter/setter pair
- paymentType ↔ String?
-
getter/setter pair
- penalty ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trxAmount ↔ dynamic
-
getter/setter pair
- virtualAccount ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited