totalPriceTaxAndMarkdownsIncluded property
num
get
totalPriceTaxAndMarkdownsIncluded
Implementation
num get totalPriceTaxAndMarkdownsIncluded {
assert(ticketType != TicketType.spend);
assert(ticketType != TicketType.spendDeferred);
return totalTaxAndMarkdownsIncluded(
totalPriceItemsOnly,
promo,
discountAmount,
taxe.percentage,
);
}