Interface SetPurchaseOrderNumberChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetPurchaseOrderNumberChangeImpl

public interface SetPurchaseOrderNumberChange extends Change

Change triggered by the following update actions:

  • Set Purchase Order Number on Orders.
  • Set Purchase Order Number on Staged Orders.

Example to create an instance using the builder pattern

     SetPurchaseOrderNumberChange setPurchaseOrderNumberChange = SetPurchaseOrderNumberChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()