isFinancial property

bool get isFinancial

Implementation

bool get isFinancial =>
    this == TicketType.sell ||
    this == TicketType.sellDeferred ||
    this == TicketType.sellCovered ||
    this == TicketType.spend ||
    this == TicketType.spendDeferred ||
    this == TicketType.spendCovered ||
    this == TicketType.wage;