Skip to main content

UnitType

Unit semantics for an account-invoice line item.

  • money - unitAmount is a monetary value in minor units; line total = quantity * unitAmount.
  • percent - unitAmount is a percentage; line total = quantity * unitAmount / 100.
enum UnitType {
money
percent
}

Values

UnitType.money

UnitType.percent

Member Of

AccountInvoiceLineItem object