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