Interface ShippingMethodSetKeyAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodSetKeyAction shippingMethodSetKeyAction = ShippingMethodSetKeyAction.builder()
             .build()
 
  • Field Details

  • Method Details