RenewalOption Class

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

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

RenewalOption

public RenewalOption()

Method Details

getDescription

public String getDescription()

Gets the renewal option term duration description.

Returns:

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.

setDescription

public void setDescription(String value)

Sets the renewal option term duration description.

Parameters:

value - The renewal option term duration description.

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.

Applies to