public final class MissingTaxRateForCountryError extends SphereError
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
String |
getState() |
String |
getTaxCategoryId() |
static MissingTaxRateForCountryError |
of(String message,
String taxCategoryId,
String country,
String state) |
as, getCode, getMessage, ofpublic static final String CODE