ReceiptTypeEnhancedEnum extension
- on
Properties
- isMFullyRead → bool
-
Available on ReceiptType, provided by the ReceiptTypeEnhancedEnum extension
no setter - isMRead → bool
-
Available on ReceiptType, provided by the ReceiptTypeEnhancedEnum extension
no setter - isMReadPrivate → bool
-
Available on ReceiptType, provided by the ReceiptTypeEnhancedEnum extension
no setter - name → String
-
Available on ReceiptType, provided by the ReceiptTypeEnhancedEnum extension
no setter
Methods
-
maybeWhen<
T> ({T? mFullyRead()?, T? mRead()?, T? mReadPrivate()?, required T orElse()}) → T -
Available on ReceiptType, provided by the ReceiptTypeEnhancedEnum extension
-
when<
T> ({required T mFullyRead(), required T mRead(), required T mReadPrivate()}) → T -
Available on ReceiptType, provided by the ReceiptTypeEnhancedEnum extension