| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailSummary |
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="{}SubtotalAmount"/>
<element ref="{}Tax"/>
<element ref="{}SpecialHandlingAmount"/>
<element ref="{}ShippingAmount"/>
<element ref="{}InvoiceDetailDiscount"/>
<element ref="{}NetAmount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| invoiceDetailDiscount | |||||||||||
| netAmount | |||||||||||
| shippingAmount | |||||||||||
| specialHandlingAmount | |||||||||||
| subtotalAmount | |||||||||||
| tax | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the invoiceDetailDiscount property.
| |||||||||||
Gets the value of the netAmount property.
| |||||||||||
Gets the value of the shippingAmount property.
| |||||||||||
Gets the value of the specialHandlingAmount property.
| |||||||||||
Gets the value of the subtotalAmount property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Sets the value of the invoiceDetailDiscount property.
| |||||||||||
Sets the value of the netAmount property.
| |||||||||||
Sets the value of the shippingAmount property.
| |||||||||||
Sets the value of the specialHandlingAmount 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 invoiceDetailDiscount property.
MoneyType
Gets the value of the netAmount property.
MoneyType
Gets the value of the shippingAmount property.
MoneyType
Gets the value of the specialHandlingAmount property.
MoneyType
Gets the value of the subtotalAmount property.
MoneyType
Sets the value of the invoiceDetailDiscount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the netAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the shippingAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the specialHandlingAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the subtotalAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the tax property.
| value | Allowed object is
Tax
|
|---|