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, of
public static final String CODE