isWithSupplier property

bool get isWithSupplier

Implementation

bool get isWithSupplier =>
    this == TicketType.spend ||
    this == TicketType.spendDeferred ||
    this == TicketType.spendCovered;