Interface OrderChangePaymentStateAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderChangePaymentStateActionImpl

OrderChangePaymentStateAction
Example to create an instance using the builder pattern

     OrderChangePaymentStateAction orderChangePaymentStateAction = OrderChangePaymentStateAction.builder()
             .build()