| Package | Description |
|---|---|
| io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
| Class and Description |
|---|
| AddInterfaceInteraction
Adds a new interaction with the interface.
|
| AddTransaction
Adds a new financial transaction.
|
| ChangeAmountPlanned
Changes how much money this payment intends to receive from the customer.
|
| ChangeTransactionInteractionId
Changes the interactionId of a transaction.
|
| ChangeTransactionState
Changes state of a transaction.
|
| ChangeTransactionTimestamp
Changes timestamp of a transaction.
|
| SetAmountPaid
Deprecated.
This update action will be removed with the next major SDK update.
|
| SetAmountRefunded
Deprecated.
This update action will be removed with the next major SDK update.
|
| SetAnonymousId
Sets the
anonymousId property of a Payment. |
| SetAuthorization
Deprecated.
This update action will be removed with the next major SDK update.
|
| SetCustomer
Sets the reference to the customer.
|
| SetCustomField
Updates a custom field.
|
| SetCustomType
Sets or removes a custom type.
|
| SetExternalId
Deprecated.
This type will be removed with the next major SDK update.
|
| SetInterfaceId
Sets the
interfaceId property of a Payment. |
| SetKey
Sets the
key property of a Payment. |
| SetMethodInfoInterface
Sets the interface that handles the payment (usually a PSP).
|
| SetMethodInfoMethod
Sets the method used, e.g.
|
| SetMethodInfoName
Sets a human-readable, localizable name for the payment method, e.g.
|
| SetStatusInterfaceCode
Sets the code, given by the PSP, that describes the current status.
|
| SetStatusInterfaceText
Sets a text, given by the PSP, that describes the current status.
|
| SetTransactionCustomField |
| SetTransactionCustomType |
| TransitionState
Transition to a new state.
|