| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailServiceItem |
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="{}InvoiceDetailServiceItemReference"/>
<element ref="{}SubtotalAmount"/>
<element ref="{}Tax"/>
<element ref="{}Distribution"/>
</sequence>
<attribute name="invoiceLineNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| distribution | |||||||||||
| invoiceDetailServiceItemReference | |||||||||||
| invoiceLineNumber | |||||||||||
| subtotalAmount | |||||||||||
| tax | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the distribution property.
| |||||||||||
Gets the value of the invoiceDetailServiceItemReference property.
| |||||||||||
Gets the value of the invoiceLineNumber property.
| |||||||||||
Gets the value of the subtotalAmount property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Sets the value of the distribution property.
| |||||||||||
Sets the value of the invoiceDetailServiceItemReference property.
| |||||||||||
Sets the value of the invoiceLineNumber property.
| |||||||||||
Sets the value of the subtotalAmount property.
| |||||||||||
Sets the value of the tax property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the distribution property.
Distribution
Gets the value of the invoiceDetailServiceItemReference property.
InvoiceDetailServiceItemReference
Gets the value of the invoiceLineNumber property.
Gets the value of the subtotalAmount property.
MoneyType
Sets the value of the distribution property.
| value | Allowed object is
Distribution
|
|---|
Sets the value of the invoiceDetailServiceItemReference property.
| value | Allowed object is
InvoiceDetailServiceItemReference
|
|---|
Sets the value of the invoiceLineNumber property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the subtotalAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the tax property.
| value | Allowed object is
Tax
|
|---|