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
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