TaxLineItem

com.anywherecommerce.android.sdk.models

Class TaxLineItem

SurchargeLineItem

Created by Dan on 11/19/2017.

See Also:[Serialized Form](#serialized-form.html#com.anywherecommerce.android.sdk.models.TaxLineItem)



- 

<a name="field.summary"></a>

### Field Summary
    
    
    

<a name="fields.inherited.from.class.com.anywherecommerce.android.sdk.models.SurchargeLineItem"></a>

### Fields inherited from class com.anywherecommerce.android.sdk.models.[SurchargeLineItem](#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html "class in com.anywherecommerce.android.sdk.models")
          
          `

<a href="#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html#calculationMethod">calculationMethod</a>, 

<a href="#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html#displayName">displayName</a>, 

<a href="#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html#rate">rate</a>`
    
    
    

<a name="fields.inherited.from.class.com.anywherecommerce.android.sdk.models.LineItem"></a>

### Fields inherited from class com.anywherecommerce.android.sdk.models.[LineItem](#com/anywherecommerce/android/sdk/models/LineItem.html "class in com.anywherecommerce.android.sdk.models")
          
          `

<a href="#com/anywherecommerce/android/sdk/models/LineItem.html#amount">amount</a>, 

<a href="#com/anywherecommerce/android/sdk/models/LineItem.html#name">name</a>, 

<a href="#com/anywherecommerce/android/sdk/models/LineItem.html#type">type</a>`




<a name="constructor.summary"></a>

### Constructor Summary
    
    Constructor and Description`<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/TaxLineItem.html#TaxLineItem--">TaxLineItem</a></span>()` ```
    <span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/TaxLineItem.html#TaxLineItem-java.lang.String-java.lang.String-">TaxLineItem</a></span>(java.lang.String name,
               java.lang.String rate)
    ```




<a name="method.summary"></a>

### Method Summary
    
    Modifier and TypeMethod and Description`java.lang.String``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/TaxLineItem.html#toString--">toString</a></span>()` 
    

<a name="methods.inherited.from.class.com.anywherecommerce.android.sdk.models.SurchargeLineItem"></a>

### Methods inherited from class com.anywherecommerce.android.sdk.models.[SurchargeLineItem](#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html "class in com.anywherecommerce.android.sdk.models")
          
          `

<a href="#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html#calculateOn-com.anywherecommerce.android.sdk.util.Amount-">calculateOn</a>, 

<a href="#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html#getDisplayString--">getDisplayString</a>, 

<a href="#com/anywherecommerce/android/sdk/models/SurchargeLineItem.html#initialize-java.lang.String-java.lang.String-com.anywherecommerce.android.sdk.models.SurchargeCalculationMethod-">initialize</a>`
    
    
    

<a name="methods.inherited.from.class.com.anywherecommerce.android.sdk.models.LineItem"></a>

### Methods inherited from class com.anywherecommerce.android.sdk.models.[LineItem](#com/anywherecommerce/android/sdk/models/LineItem.html "class in com.anywherecommerce.android.sdk.models")
          
          `

<a href="#com/anywherecommerce/android/sdk/models/LineItem.html#getAmount--">getAmount</a>`
    
    
    

<a name="methods.inherited.from.class.java.lang.Object"></a>

### Methods inherited from class java.lang.Object
          
          `clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait`



- 

<a name="constructor.detail"></a>

### Constructor Detail
<a name="TaxLineItem--"></a>
    

#### TaxLineItem
          
          `public TaxLineItem()`
<a name="TaxLineItem-java.lang.String-java.lang.String-"></a>
    

#### TaxLineItem
          
          ```
          public TaxLineItem(java.lang.String name,
                             java.lang.String rate)
          ```




<a name="method.detail"></a>

### Method Detail
<a name="toString--"></a>
    

#### toString
          
          `public java.lang.String toString()`Overrides:`

<a href="#com/anywherecommerce/android/sdk/models/LineItem.html#toString--">toString</a>` in class `

<a href="#com/anywherecommerce/android/sdk/models/LineItem.html" title="class in com.anywherecommerce.android.sdk.models">LineItem</a>`