Interface RecurringCharge.Builder

    • Method Detail

      • recurringChargeAmount

        RecurringCharge.Builder recurringChargeAmount​(Double recurringChargeAmount)

        The amount charged per the period of time specified by the recurring charge frequency.

        Parameters:
        recurringChargeAmount - The amount charged per the period of time specified by the recurring charge frequency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recurringChargeFrequency

        RecurringCharge.Builder recurringChargeFrequency​(String recurringChargeFrequency)

        The frequency at which the recurring charge amount is applied.

        Parameters:
        recurringChargeFrequency - The frequency at which the recurring charge amount is applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.