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