Interface PaymentUpdateAction

All Superinterfaces:
ResourceUpdateAction<PaymentUpdateAction>
All Known Subinterfaces:
PaymentAddInterfaceInteractionAction, PaymentAddTransactionAction, PaymentChangeAmountPlannedAction, PaymentChangeTransactionInteractionIdAction, PaymentChangeTransactionStateAction, PaymentChangeTransactionTimestampAction, PaymentSetAnonymousIdAction, PaymentSetCustomerAction, PaymentSetCustomFieldAction, PaymentSetCustomTypeAction, PaymentSetInterfaceIdAction, PaymentSetKeyAction, PaymentSetMethodInfoInterfaceAction, PaymentSetMethodInfoMethodAction, PaymentSetMethodInfoNameAction, PaymentSetStatusInterfaceCodeAction, PaymentSetStatusInterfaceTextAction, PaymentSetTransactionCustomFieldAction, PaymentSetTransactionCustomTypeAction, PaymentTransitionStateAction

public interface PaymentUpdateAction extends ResourceUpdateAction<PaymentUpdateAction>
PaymentUpdateAction
Example to create a subtype instance using the builder pattern

     PaymentUpdateAction paymentUpdateAction = PaymentUpdateAction.addInterfaceInteractionBuilder()
             type(typeBuilder -> typeBuilder)
             .build()