StatusResponse class

Constructors

StatusResponse({required bool paid, required String status, required String amount, required String reference, required String hash, required String paynowreference})

Properties

amount String
The total amount of the transaction.
latefinal
hash String
The unique identifier for the transaction.
latefinal
hashCode int
The hash code for this object.
no setterinherited
Boolean value indication whether the transaction was paid or not.
latefinal
paynowreference String
unique traceable transaction reference number from paynow suitable tracking transaction for reconcilliation
latefinal
reference String
The unique identifier for the transaction.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
The status of the transaction in Paynow.
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromJson(Map<String, dynamic> data) → dynamic
Return StatusResponse from json.