PaymentTransaction class

Constructors

PaymentTransaction({String? id, String? idBilling, int? billingData, String? paymentTypeCode, String? paymentTypeName, int? amount, String? flag, String? generatedDate, String? paymentDate, String? clientRefnum, int? adminFee, int? total, String? paymentMethodName, String? expiredDate, int? penalty, String? swRefnum})
PaymentTransaction.fromJson(Map<String, dynamic> json)

Properties

adminFee int?
getter/setter pair
amount int?
getter/setter pair
billingData int?
getter/setter pair
clientRefnum String?
getter/setter pair
expiredDate String?
getter/setter pair
flag String?
getter/setter pair
generatedDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
idBilling String?
getter/setter pair
paymentDate String?
getter/setter pair
paymentMethodName String?
getter/setter pair
paymentTypeCode String?
getter/setter pair
paymentTypeName String?
getter/setter pair
penalty int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swRefnum String?
getter/setter pair
total int?
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