Payment class

Payment object returned from getPaymentStatus api call

Constructors

Payment.fromJson(Map<String, dynamic> json)

Properties

data PaymentDetail?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPaid bool
true if the bill is paid (payment process completed)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
0 = not paid, 1 = payment in progress, 2. paid !
getter/setter pair

Methods

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

Operators

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