@serializable(serialized_name='postTaxTotal')
    def post_tax_total(self):
        return Decimal(self.total + self.tax).quantize(Decimal('.01'), rounding=ROUND_UP)