| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailItem |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}UnitOfMeasure"/>
<element ref="{}UnitPrice"/>
<element ref="{}InvoiceDetailItemReference"/>
<element ref="{}SubtotalAmount"/>
<element ref="{}Tax"/>
<element ref="{}Distribution"/>
</sequence>
<attribute name="invoiceLineNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="quantity" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| distribution | |||||||||||
| invoiceDetailItemReference | |||||||||||
| invoiceLineNumber | |||||||||||
| quantity | |||||||||||
| subtotalAmount | |||||||||||
| tax | |||||||||||
| unitOfMeasure | |||||||||||
| unitPrice | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the distribution property.
| |||||||||||
Gets the value of the invoiceDetailItemReference property.
| |||||||||||
Gets the value of the invoiceLineNumber property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the subtotalAmount property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Gets the value of the unitOfMeasure property.
| |||||||||||
Gets the value of the unitPrice property.
| |||||||||||
Sets the value of the distribution property.
| |||||||||||
Sets the value of the invoiceDetailItemReference property.
| |||||||||||
Sets the value of the invoiceLineNumber property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the subtotalAmount property.
| |||||||||||
Sets the value of the tax property.
| |||||||||||
Sets the value of the unitOfMeasure property.
| |||||||||||
Sets the value of the unitPrice property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the distribution property.
Distribution
Gets the value of the invoiceDetailItemReference property.
InvoiceDetailItemReference
Gets the value of the invoiceLineNumber property.
Gets the value of the quantity property.
Gets the value of the subtotalAmount property.
MoneyType
Gets the value of the unitOfMeasure property.
Gets the value of the unitPrice property.
MoneyType
Sets the value of the distribution property.
| value | Allowed object is
Distribution
|
|---|
Sets the value of the invoiceDetailItemReference property.
| value | Allowed object is
InvoiceDetailItemReference
|
|---|
Sets the value of the invoiceLineNumber property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the quantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the subtotalAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the tax property.
| value | Allowed object is
Tax
|
|---|
Sets the value of the unitOfMeasure property.
| value | Allowed object is String |
|---|
Sets the value of the unitPrice property.
| value | Allowed object is
MoneyType
|
|---|