public interface TaxRateDraft
TaxRateDraftBuilder
Modifier and Type | Method and Description |
---|---|
Double |
getAmount() |
com.neovisionaries.i18n.CountryCode |
getCountry() |
String |
getName() |
String |
getState() |
List<SubRate> |
getSubRates() |
Boolean |
isIncludedInPrice() |
static TaxRateDraft |
of(String name,
double amount,
boolean includedInPrice,
com.neovisionaries.i18n.CountryCode country) |
String getName()
Double getAmount()
Boolean isIncludedInPrice()
com.neovisionaries.i18n.CountryCode getCountry()
static TaxRateDraft of(String name, double amount, boolean includedInPrice, com.neovisionaries.i18n.CountryCode country)