Interface FreeTrialPricingTerm.Builder

    • Method Detail

      • duration

        FreeTrialPricingTerm.Builder duration​(String duration)

        Duration of the free trial period (5–31 days).

        Parameters:
        duration - Duration of the free trial period (5–31 days).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grants

        FreeTrialPricingTerm.Builder grants​(Collection<GrantItem> grants)

        Entitlements granted to the acceptor of a free trial as part of an agreement execution.

        Parameters:
        grants - Entitlements granted to the acceptor of a free trial as part of an agreement execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grants

        FreeTrialPricingTerm.Builder grants​(GrantItem... grants)

        Entitlements granted to the acceptor of a free trial as part of an agreement execution.

        Parameters:
        grants - Entitlements granted to the acceptor of a free trial as part of an agreement execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        FreeTrialPricingTerm.Builder type​(String type)

        Category of the term.

        Parameters:
        type - Category of the term.
        Returns:
        Returns a reference to this object so that method calls can be chained together.