Interface CreateRenewalResponse.Builder

  • Method Details

    • paymentOption

      CreateRenewalResponse.Builder paymentOption(String paymentOption)

      The payment option.

      Parameters:
      paymentOption - The payment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • paymentOption

      CreateRenewalResponse.Builder paymentOption(PaymentOption paymentOption)

      The payment option.

      Parameters:
      paymentOption - The payment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • paymentTerm

      CreateRenewalResponse.Builder paymentTerm(String paymentTerm)

      The payment term.

      Parameters:
      paymentTerm - The payment term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • paymentTerm

      CreateRenewalResponse.Builder paymentTerm(PaymentTerm paymentTerm)

      The payment term.

      Parameters:
      paymentTerm - The payment term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outpostId

      CreateRenewalResponse.Builder outpostId(String outpostId)

      The ID of the Outpost.

      Parameters:
      outpostId - The ID of the Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upfrontPrice

      CreateRenewalResponse.Builder upfrontPrice(Float upfrontPrice)

      The upfront price of the renewal.

      Parameters:
      upfrontPrice - The upfront price of the renewal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • monthlyRecurringPrice

      CreateRenewalResponse.Builder monthlyRecurringPrice(Float monthlyRecurringPrice)

      The monthly recurring price of the renewal.

      Parameters:
      monthlyRecurringPrice - The monthly recurring price of the renewal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.