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