| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailRequest |
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="{}InvoiceDetailRequestHeader"/>
<element ref="{}InvoiceDetailOrder" maxOccurs="unbounded"/>
<element ref="{}InvoiceDetailSummary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| invoiceDetailOrder | |||||||||||
| invoiceDetailRequestHeader | |||||||||||
| invoiceDetailSummary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the invoiceDetailOrder property.
| |||||||||||
Gets the value of the invoiceDetailRequestHeader property.
| |||||||||||
Gets the value of the invoiceDetailSummary property.
| |||||||||||
Sets the value of the invoiceDetailRequestHeader property.
| |||||||||||
Sets the value of the invoiceDetailSummary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the invoiceDetailOrder property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the invoiceDetailOrder property.
For example, to add a new item, do as follows:
getInvoiceDetailOrder().add(newItem);
Objects of the following type(s) are allowed in the list
InvoiceDetailOrder
Gets the value of the invoiceDetailRequestHeader property.
InvoiceDetailRequestHeader
Gets the value of the invoiceDetailSummary property.
InvoiceDetailSummary
Sets the value of the invoiceDetailRequestHeader property.
| value | Allowed object is
InvoiceDetailRequestHeader
|
|---|
Sets the value of the invoiceDetailSummary property.
| value | Allowed object is
InvoiceDetailSummary
|
|---|