| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailOrderInfo |
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="{}OrderReference" minOccurs="0"/>
<element ref="{}MasterAgreementIDInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| masterAgreementIDInfo | |||||||||||
| orderReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the masterAgreementIDInfo property.
| |||||||||||
Gets the value of the orderReference property.
| |||||||||||
Sets the value of the masterAgreementIDInfo property.
| |||||||||||
Sets the value of the orderReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the masterAgreementIDInfo property.
MasterAgreementIDInfo
Gets the value of the orderReference property.
OrderReference
Sets the value of the masterAgreementIDInfo property.
| value | Allowed object is
MasterAgreementIDInfo
|
|---|
Sets the value of the orderReference property.
| value | Allowed object is
OrderReference
|
|---|