Interface SetShippingRateInputChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetShippingRateInputChangeImpl

public interface SetShippingRateInputChange extends Change

Change triggered by the Set Shipping Rate Input update action.


Example to create an instance using the builder pattern

     SetShippingRateInputChange setShippingRateInputChange = SetShippingRateInputChange.builder()
             .change("{change}")
             .build()