Package com.wallee.android.till.sdk.data
Class Tax
- java.lang.Object
-
- com.wallee.android.till.sdk.data.Tax
-
public class Tax extends Object
A tax that has been applied to a LineItem.
-
-
Constructor Summary
Constructors Constructor Description Tax(String title, BigDecimal rate)
-
-
-
Constructor Detail
-
Tax
public Tax(@NonNull String title, @NonNull BigDecimal rate)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getRate
public BigDecimal getRate()
-
-