Class RenewsTo
java.lang.Object
com.microsoft.store.partnercenter.models.carts.RenewsTo
public class RenewsTo extends Object
Represent the renews to for a cart line item.
-
Constructor Summary
Constructors Constructor Description RenewsTo() -
Method Summary
Modifier and Type Method Description StringgetTermDuration()Gets the term duration if applicable.voidsetTermDuration(String value)Sets the term duration if applicable.
-
Constructor Details
-
RenewsTo
public RenewsTo()
-
-
Method Details
-
getTermDuration
Gets the term duration if applicable.- Returns:
- The term duration if applicable.
-
setTermDuration
Sets the term duration if applicable.- Parameters:
value- The term duration if applicable.
-