public class

Tax

extends MoneyType
java.lang.Object
   ↳ com.coupa.transaction.MoneyType
     ↳ com.coupa.transaction.Tax

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{}MoneyType">
       <sequence>
         <element ref="{}Description"/>
         <element ref="{}TaxDetail"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Description description
protected TaxDetail taxDetail
[Expand]
Inherited Fields
From class com.coupa.transaction.MoneyType
Public Constructors
Tax()
Public Methods
Description getDescription()
Gets the value of the description property.
TaxDetail getTaxDetail()
Gets the value of the taxDetail property.
void setDescription(Description value)
Sets the value of the description property.
void setTaxDetail(TaxDetail value)
Sets the value of the taxDetail property.
[Expand]
Inherited Methods
From class com.coupa.transaction.MoneyType
From class java.lang.Object

Fields

protected Description description

protected TaxDetail taxDetail

Public Constructors

public Tax ()

Public Methods

public Description getDescription ()

Gets the value of the description property.

Returns

public TaxDetail getTaxDetail ()

Gets the value of the taxDetail property.

Returns

public void setDescription (Description value)

Sets the value of the description property.

Parameters
value Allowed object is Description

public void setTaxDetail (TaxDetail value)

Sets the value of the taxDetail property.

Parameters
value Allowed object is TaxDetail