public class Tax
Created by a.kuznetsov on 02/05/2017.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ru.evotor.framework.receipt.Tax> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals() |
TaxNumber |
getTaxNumber() |
java.math.BigDecimal |
getTaxRatePercent() |
java.math.BigDecimal |
getValue() |
int |
hashCode() |
void |
writeToParcel() |
public static android.os.Parcelable.Creator<ru.evotor.framework.receipt.Tax> CREATOR
public TaxNumber getTaxNumber()
public java.math.BigDecimal getTaxRatePercent()
public java.math.BigDecimal getValue()
public boolean equals()
public int hashCode()
public int describeContents()
public void writeToParcel()