Instance Method

setTaxTotal(_:)

Sets the total amount of tax on the invoice item in the currency of the Transaction.

Declaration

@discardableResult func setTaxTotal(_ taxTotal: Decimal) -> InvoiceItemBuilder

Return Value

The current InvoiceItemBuilder instance for fluent access.

Parameters

taxTotal

The total amount of tax.