Interface RecurringPaymentTerm.Builder

    • Method Detail

      • billingPeriod

        RecurringPaymentTerm.Builder billingPeriod​(String billingPeriod)

        Defines the recurrence at which buyers are charged.

        Parameters:
        billingPeriod - Defines the recurrence at which buyers are charged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currencyCode

        RecurringPaymentTerm.Builder currencyCode​(String currencyCode)

        Defines the currency for the prices mentioned in this term.

        Parameters:
        currencyCode - Defines the currency for the prices mentioned in this term.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • price

        RecurringPaymentTerm.Builder price​(String price)

        Amount charged to the buyer every billing period.

        Parameters:
        price - Amount charged to the buyer every billing period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        RecurringPaymentTerm.Builder type​(String type)

        Type of the term being updated.

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