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 Type
    Method
    Description
    Specifies the terms property: Product terms of use.
  • Method Details

    • withTerms

      ProductContract.Update withTerms(String terms)
      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.