com.anywherecommerce.android.sdk.models
Class TipLineItem
-
java.lang.Object
-
com.anywherecommerce.android.sdk.models.LineItem
com.anywherecommerce.android.sdk.models.SurchargeLineItem
com.anywherecommerce.android.sdk.models.TipLineItem -
All Implemented Interfaces:java.io.Serializable-
public class <span class="typeNameLabel">TipLineItem</span> extends
Created by Dan on 11/19/2017.
See Also:[Serialized Form](#serialized-form.html#com.anywherecommerce.android.sdk.models.TipLineItem)
-
<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/TipLineItem.html#TipLineItem--">TipLineItem</a></span>()` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TipLineItem.html#TipLineItem-java.lang.String-">TipLineItem</a></span>(java.lang.String rate)`
<a name="method.summary"></a>
### Method Summary
<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 href="#com/anywherecommerce/android/sdk/models/LineItem.html#toString--">toString</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="TipLineItem--"></a>
#### TipLineItem
`public TipLineItem()`
<a name="TipLineItem-java.lang.String-"></a>
#### TipLineItem
`public TipLineItem(java.lang.String rate)`