Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 976 Bytes

InvoiceLineItem.md

File metadata and controls

24 lines (14 loc) · 976 Bytes

InvoiceLineItem

Properties

Name Type Description Notes
description String
type String Type of the line item - TOTAL_USAGE: List of all the usage meter usages - USAGE_METER_USAGE: A single usage meter usage - NET_REVENUE: Net revenue of the invoice ( Gross revenue - Discounts ) - GROSS_REVENUE: Gross revenue of the invoice - USAGE_RATE_CARD_REVENUE: Revenue generated from usage rate card - USAGE_RATE_CARD_SLAB_REVENUE: Revenue generated from usage rate card slab
valuePerQuantity BigDecimal [optional]
quantity BigDecimal [optional]
units String [optional]
value BigDecimal [optional]
metadata Map<String, Object> [optional]
lineItems List<InvoiceLineItem>

Implemented Interfaces

  • Serializable