Class RenewalOption

java.lang.Object
com.microsoft.store.partnercenter.models.products.RenewalOption

public class RenewalOption
extends Object
Represents a conversion option.
  • Constructor Details

  • Method Details

    • getDescription

      public String getDescription()
      Gets the renewal option term duration description.
      Returns:
      The renewal option term duration description.
    • setDescription

      public void setDescription​(String value)
      Sets the renewal option term duration description.
      Parameters:
      value - The renewal option term duration description.
    • getTermDuration

      public String getTermDuration()
      Gets the ISO standard representation of this term's duration.
      Returns:
      The ISO standard representation of this term's duration.
    • setTermDuration

      public void setTermDuration​(String value)
      Sets the ISO standard representation of this term's duration.
      Parameters:
      value - The ISO standard representation of this term's duration.