Interface CartSetPurchaseOrderNumberAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetPurchaseOrderNumberAction extends CartUpdateAction

Updates the purchaseOrderNumber field and produces the CartPurchaseOrderNumberSet Message.


Example to create an instance using the builder pattern

     CartSetPurchaseOrderNumberAction cartSetPurchaseOrderNumberAction = CartSetPurchaseOrderNumberAction.builder()
             .build()