Interface SetCustomLineItemCustomFieldChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetCustomLineItemCustomFieldChangeImpl

Change triggered by the following update actions:

  • Set CustomLineItem Custom Type on Orders.
  • Set CustomLineItem Custom Type on Staged Orders.

Example to create an instance using the builder pattern

     SetCustomLineItemCustomFieldChange setCustomLineItemCustomFieldChange = SetCustomLineItemCustomFieldChange.builder()
             .change("{change}")
             .name("{name}")
             .customLineItem(customLineItemBuilder -> customLineItemBuilder)
             .customLineItemId("{customLineItemId}")
             .build()