public class

InvoiceDetailSummary

extends Object
java.lang.Object
   ↳ com.coupa.transaction.InvoiceDetailSummary

Class Overview

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>
 

Summary

Fields
protected MoneyType invoiceDetailDiscount
protected MoneyType netAmount
protected MoneyType shippingAmount
protected MoneyType specialHandlingAmount
protected MoneyType subtotalAmount
protected Tax tax
Public Constructors
InvoiceDetailSummary()
Public Methods
MoneyType getInvoiceDetailDiscount()
Gets the value of the invoiceDetailDiscount property.
MoneyType getNetAmount()
Gets the value of the netAmount property.
MoneyType getShippingAmount()
Gets the value of the shippingAmount property.
MoneyType getSpecialHandlingAmount()
Gets the value of the specialHandlingAmount property.
MoneyType getSubtotalAmount()
Gets the value of the subtotalAmount property.
Tax getTax()
Gets the value of the tax property.
void setInvoiceDetailDiscount(MoneyType value)
Sets the value of the invoiceDetailDiscount property.
void setNetAmount(MoneyType value)
Sets the value of the netAmount property.
void setShippingAmount(MoneyType value)
Sets the value of the shippingAmount property.
void setSpecialHandlingAmount(MoneyType value)
Sets the value of the specialHandlingAmount property.
void setSubtotalAmount(MoneyType value)
Sets the value of the subtotalAmount property.
void setTax(Tax value)
Sets the value of the tax property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MoneyType invoiceDetailDiscount

protected MoneyType netAmount

protected MoneyType shippingAmount

protected MoneyType specialHandlingAmount

protected MoneyType subtotalAmount

protected Tax tax

Public Constructors

public InvoiceDetailSummary ()

Public Methods

public MoneyType getInvoiceDetailDiscount ()

Gets the value of the invoiceDetailDiscount property.

Returns

public MoneyType getNetAmount ()

Gets the value of the netAmount property.

Returns

public MoneyType getShippingAmount ()

Gets the value of the shippingAmount property.

Returns

public MoneyType getSpecialHandlingAmount ()

Gets the value of the specialHandlingAmount property.

Returns

public MoneyType getSubtotalAmount ()

Gets the value of the subtotalAmount property.

Returns

public Tax getTax ()

Gets the value of the tax property.

Returns
  • possible object is Tax

public void setInvoiceDetailDiscount (MoneyType value)

Sets the value of the invoiceDetailDiscount property.

Parameters
value Allowed object is MoneyType

public void setNetAmount (MoneyType value)

Sets the value of the netAmount property.

Parameters
value Allowed object is MoneyType

public void setShippingAmount (MoneyType value)

Sets the value of the shippingAmount property.

Parameters
value Allowed object is MoneyType

public void setSpecialHandlingAmount (MoneyType value)

Sets the value of the specialHandlingAmount property.

Parameters
value Allowed object is MoneyType

public void setSubtotalAmount (MoneyType value)

Sets the value of the subtotalAmount property.

Parameters
value Allowed object is MoneyType

public void setTax (Tax value)

Sets the value of the tax property.

Parameters
value Allowed object is Tax