Interface StagedOrderAddPaymentAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

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