Package | Description |
---|---|
io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
Modifier and Type | Method and Description |
---|---|
static SetCustomType |
SetCustomType.ofRemoveType() |
static SetCustomType |
SetCustomType.ofTypeIdAndJson(String typeId,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static SetCustomType |
SetCustomType.ofTypeIdAndObjects(String typeId,
Map<String,Object> fields) |
static SetCustomType |
SetCustomType.ofTypeKeyAndJson(String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static SetCustomType |
SetCustomType.ofTypeKeyAndObjects(String typeKey,
Map<String,Object> fields) |