Interface StagedOrderAddPaymentAction

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

public interface StagedOrderAddPaymentAction extends StagedOrderUpdateAction
StagedOrderAddPaymentAction
Example to create an instance using the builder pattern

     StagedOrderAddPaymentAction stagedOrderAddPaymentAction = StagedOrderAddPaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()
 
  • Field Details

  • Method Details