public final class MatchingPriceNotFoundError extends SphereError
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
getChannel() |
String |
getCountry() |
String |
getCurrency() |
Reference<CustomerGroup> |
getCustomerGroup() |
String |
getProductId() |
int |
getVariantId() |
static MatchingPriceNotFoundError |
of(String message,
String productId,
int variantId,
String currency,
String country,
Reference<CustomerGroup> customerGroup,
Reference<Channel> channel) |
as, getCode, getMessage, of
public static final String CODE
public static MatchingPriceNotFoundError of(String message, String productId, int variantId, String currency, String country, Reference<CustomerGroup> customerGroup, Reference<Channel> channel)
public String getProductId()
public int getVariantId()
public String getCurrency()
public String getCountry()
public Reference<CustomerGroup> getCustomerGroup()