CustomLineItem

com.anywherecommerce.android.sdk.models

Class CustomLineItem

  • java.lang.Object

  • com.anywherecommerce.android.sdk.models.LineItem
    com.anywherecommerce.android.sdk.models.CustomLineItem

  • All Implemented Interfaces:java.io.Serializable-

    public class <span class="typeNameLabel">CustomLineItem</span>
    extends 
    

LineItem

Created by Dan on 11/19/2017.

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



- 

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

### Field Summary
    
    Modifier and TypeField and Description`java.util.ArrayList<java.lang.String>``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CustomLineItem.html#applicableTaxes">applicableTaxes</a></span>` `java.lang.String``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CustomLineItem.html#quantity">quantity</a></span>` `java.lang.String``<span class="memberNameLink">

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

<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/CustomLineItem.html#CustomLineItem--">CustomLineItem</a></span>()`




<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/CustomLineItem.html#toString--">toString</a></span>()` 
    

<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="field.detail"></a>

### Field Detail
<a name="quantity"></a>
    

#### quantity
          
          `public java.lang.String quantity`
<a name="rate"></a>
    

#### rate
          
          `public java.lang.String rate`
<a name="applicableTaxes"></a>
    

#### applicableTaxes
          
          `public java.util.ArrayList<java.lang.String> applicableTaxes`




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

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

#### CustomLineItem
          
          `public CustomLineItem()`




<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>`