ReceiptStatus enum
Состояние чека
Values
- paymentSent → const ReceiptStatus
-
отправлен платёж
- paymentDelivered → const ReceiptStatus
-
доставлен платёж
- paymentError → const ReceiptStatus
-
ошибка платежа
- refundSent → const ReceiptStatus
-
отправлен возврат
- refundDelivered → const ReceiptStatus
-
доставлен возврат
- refundError → const ReceiptStatus
-
ошибка возврата
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
Constants
-
values
→ const List<
ReceiptStatus> - A constant List of the values in this enum, in order of their declaration.