Interface ScheduleItem.Builder

    • Method Detail

      • chargeAmount

        ScheduleItem.Builder chargeAmount​(String chargeAmount)

        The price that the customer would pay on the scheduled date (chargeDate).

        Parameters:
        chargeAmount - The price that the customer would pay on the scheduled date (chargeDate).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chargeDate

        ScheduleItem.Builder chargeDate​(Instant chargeDate)

        The date that the customer would pay the price defined in this payment schedule term. Invoices are generated on the date provided.

        Parameters:
        chargeDate - The date that the customer would pay the price defined in this payment schedule term. Invoices are generated on the date provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.