Class RenewalOption
java.lang.Object
com.microsoft.store.partnercenter.models.products.RenewalOption
public class RenewalOption extends Object
Represents a conversion option.
-
Constructor Summary
Constructors Constructor Description RenewalOption() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the renewal option term duration description.StringgetTermDuration()Gets the ISO standard representation of this term's duration.voidsetDescription(String value)Sets the renewal option term duration description.voidsetTermDuration(String value)Sets the ISO standard representation of this term's duration.
-
Constructor Details
-
RenewalOption
public RenewalOption()
-
-
Method Details
-
getDescription
Gets the renewal option term duration description.- Returns:
- The renewal option term duration description.
-
setDescription
Sets the renewal option term duration description.- Parameters:
value- The renewal option term duration description.
-
getTermDuration
Gets the ISO standard representation of this term's duration.- Returns:
- The ISO standard representation of this term's duration.
-
setTermDuration
Sets the ISO standard representation of this term's duration.- Parameters:
value- The ISO standard representation of this term's duration.
-