public final class SetItemShippingAddressCustomField extends SetCustomFieldBase<Cart>
See also CartInStoreUpdateCommand.
Custom
Modifier and Type | Method and Description |
---|---|
String |
getAddressKey() |
static SetItemShippingAddressCustomField |
ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String addressKey) |
static SetItemShippingAddressCustomField |
ofObject(String name,
Object value,
String addressKey) |
static SetItemShippingAddressCustomField |
ofUnset(String name,
String addressKey) |
getName, getValue
getAction
public static SetItemShippingAddressCustomField ofJson(String name, com.fasterxml.jackson.databind.JsonNode value, String addressKey)
public static SetItemShippingAddressCustomField ofObject(String name, Object value, String addressKey)
public static SetItemShippingAddressCustomField ofUnset(String name, String addressKey)
public String getAddressKey()