com.anywherecommerce.android.sdk.models
Class FeeLineItem
-
java.lang.Object
-
com.anywherecommerce.android.sdk.models.LineItem
com.anywherecommerce.android.sdk.models.SurchargeLineItem
com.anywherecommerce.android.sdk.models.FeeLineItem -
All Implemented Interfaces:java.io.SerializableDirect Known Subclasses:SplitFundingFeeLineItem-
public class <span class="typeNameLabel">FeeLineItem</span> extends
Created by Dan on 11/19/2017.
See Also:[Serialized Form](#serialized-form.html#com.anywherecommerce.android.sdk.models.FeeLineItem)
-
<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/FeeLineItem.html#FeeLineItem-java.lang.String-java.lang.String-">FeeLineItem</a></span>(java.lang.String name,
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="FeeLineItem-java.lang.String-java.lang.String-"></a>
#### FeeLineItem
```
public FeeLineItem(java.lang.String name,
java.lang.String rate)
```