Interface ShippingMethodChangeIsDefaultAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodChangeIsDefaultAction extends ShippingMethodUpdateAction
ShippingMethodChangeIsDefaultAction
Example to create an instance using the builder pattern

     ShippingMethodChangeIsDefaultAction shippingMethodChangeIsDefaultAction = ShippingMethodChangeIsDefaultAction.builder()
             .isDefault(true)
             .build()