Interface ProductContract.UpdateStages.WithTerms
- All Known Subinterfaces:
ProductContract.Update
- Enclosing interface:
ProductContract.UpdateStages
public static interface ProductContract.UpdateStages.WithTerms
The stage of the ProductContract update allowing to specify terms.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the terms property: Product terms of use.
-
Method Details
-
withTerms
Specifies the terms property: Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process..- Parameters:
terms- Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process.- Returns:
- the next definition stage.
-