Interface ShippingMethodChangeActiveAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodChangeActiveAction shippingMethodChangeActiveAction = ShippingMethodChangeActiveAction.builder()
             .active(true)
             .build()
 
  • Field Details

    • CHANGE_ACTIVE

      static final String CHANGE_ACTIVE
      discriminator value for ShippingMethodChangeActiveAction
      See Also:
  • Method Details