RenewsTo Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.orders.RenewsTo

public class RenewsTo

Represent the renews to for a order line item.

Constructor Summary

Constructor Description
RenewsTo()

Method Summary

Modifier and Type Method and Description
java.lang.String getTermDuration()

Gets the term duration if applicable.

void setTermDuration(String value)

Sets the term duration if applicable.

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

RenewsTo

public RenewsTo()

Method Details

getTermDuration

public String getTermDuration()

Gets the term duration if applicable.

Returns:

The term duration if applicable.

setTermDuration

public void setTermDuration(String value)

Sets the term duration if applicable.

Parameters:

value - The term duration if applicable.

Applies to