| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailRequestHeader |
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="{}InvoiceDetailHeaderIndicator"/>
<element ref="{}InvoiceDetailLineIndicator"/>
<element ref="{}PaymentTerm"/>
<element ref="{}Extrinsic"/>
</sequence>
<attribute name="invoiceDate" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="invoiceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="purpose" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| extrinsic | |||||||||||
| invoiceDate | |||||||||||
| invoiceDetailHeaderIndicator | |||||||||||
| invoiceDetailLineIndicator | |||||||||||
| invoiceID | |||||||||||
| operation | |||||||||||
| paymentTerm | |||||||||||
| purpose | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the extrinsic property.
| |||||||||||
Gets the value of the invoiceDate property.
| |||||||||||
Gets the value of the invoiceDetailHeaderIndicator property.
| |||||||||||
Gets the value of the invoiceDetailLineIndicator property.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the operation property.
| |||||||||||
Gets the value of the paymentTerm property.
| |||||||||||
Gets the value of the purpose property.
| |||||||||||
Sets the value of the extrinsic property.
| |||||||||||
Sets the value of the invoiceDate property.
| |||||||||||
Sets the value of the invoiceDetailHeaderIndicator property.
| |||||||||||
Sets the value of the invoiceDetailLineIndicator property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the operation property.
| |||||||||||
Sets the value of the paymentTerm property.
| |||||||||||
Sets the value of the purpose property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the extrinsic property.
Extrinsic
Gets the value of the invoiceDate property.
Gets the value of the invoiceDetailHeaderIndicator property.
InvoiceDetailHeaderIndicator
Gets the value of the invoiceDetailLineIndicator property.
InvoiceDetailLineIndicator
Gets the value of the invoiceID property.
Gets the value of the operation property.
Gets the value of the paymentTerm property.
PaymentTerm
Gets the value of the purpose property.
Sets the value of the extrinsic property.
| value | Allowed object is
Extrinsic
|
|---|
Sets the value of the invoiceDate property.
| value | Allowed object is String |
|---|
Sets the value of the invoiceDetailHeaderIndicator property.
| value | Allowed object is
InvoiceDetailHeaderIndicator
|
|---|
Sets the value of the invoiceDetailLineIndicator property.
| value | Allowed object is
InvoiceDetailLineIndicator
|
|---|
Sets the value of the invoiceID property.
| value | Allowed object is String |
|---|
Sets the value of the operation property.
| value | Allowed object is String |
|---|
Sets the value of the paymentTerm property.
| value | Allowed object is
PaymentTerm
|
|---|
Sets the value of the purpose property.
| value | Allowed object is String |
|---|