Instance Method

setNetTotal(_:)

Sets the net total amount of the invoice item in the currency of the Transaction.

Declaration

@discardableResult func setNetTotal(_ netTotal: Decimal) -> InvoiceItemBuilder

Return Value

The current InvoiceItemBuilder instance for fluent access.

Parameters

netTotal

The net total amount.