PwsInvoiceContractLineItem
Overview
This data structure reprensents one contract line item that is associated with the invoice. It contains a reference to an existing contract line item and the applied prepaid amount on this invoice.
Format
PwsInvoiceContractLineItem
- PwsInvoiceContractLineItem
- AppliedPrepaidAmount: Double
- ContractLineItemIdentity: PwsContractLineItemRef
Elements
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
AppliedPrepaidAmount | Double | No | 0 | The amount applied to this invoice from previous payment. |
ContractLineItemIdentity | Yes | This structure is used to uniquely identify a contract line item. |