Instance Method

unitPrice(_:priceIncludesTax:)

Specify the unit price of the invoice item in the currency of the Transaction. Required.

Declaration

@discardableResult func unitPrice(_ unitPrice: Decimal, priceIncludesTax: Bool = false) -> InvoiceItemBuilder

Return Value

The current InvoiceItemBuilder instance for fluent access.

Parameters

unitPrice

The unit price.