Class ProductUpgradeRequest

java.lang.Object
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeRequest

public class ProductUpgradeRequest
extends Object
Represents a product upgrade request.
  • Constructor Details

  • Method Details

    • getCustomerId

      public String getCustomerId()
      Gets the identifier for the customer.
      Returns:
      The identifier for the customer.
    • setCustomerId

      public void setCustomerId​(String value)
      Sets the identifier for the customer.
      Parameters:
      value - The identifier for the customer.
    • getProductFamily

      public String getProductFamily()
      Gets the family for the product.
      Returns:
      The family for the product.
    • setProductFamily

      public void setProductFamily​(String value)
      Sets the family for the product.
      Parameters:
      value - The family for the product.