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