Interface OrderSetReturnPaymentStateAction

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

OrderSetReturnPaymentStateAction
Example to create an instance using the builder pattern

     OrderSetReturnPaymentStateAction orderSetReturnPaymentStateAction = OrderSetReturnPaymentStateAction.builder()
             .returnItemId("{returnItemId}")
             .paymentState(ReturnPaymentState.NON_REFUNDABLE)
             .build()