Interface StagedOrderRemovePaymentAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderRemovePaymentActionImpl

StagedOrderRemovePaymentAction
Example to create an instance using the builder pattern

     StagedOrderRemovePaymentAction stagedOrderRemovePaymentAction = StagedOrderRemovePaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()