ApklisDirectPaymentStatus class

La clase ApklisDirectPaymentStatus registra el estado de un pago.

Registra si esta pagado o no. Registra el nombre de usuario que realiza la acción de chequeo.

Constructors

ApklisDirectPaymentStatus({required bool paid, required String? username})
Para crear un instancia de la clase ApklisDirectPaymentStatus
const

Properties

hashCode int
The hash code for this object.
no setterinherited
El paid almacena el estado del Payment en true | false
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
El username almacena el nombre de usuario.
final

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