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 SetTransactionCustomField |
SetTransactionCustomField.ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String transactionId) |
static SetTransactionCustomField |
SetTransactionCustomField.ofObject(String name,
Object value,
String transactionId) |
static SetTransactionCustomField |
SetTransactionCustomField.ofUnset(String name,
String transactionId) |