Interface BillingPeriod.Builder

  • Method Details

    • year

      The four-digit year of the billing period.

      Parameters:
      year - The four-digit year of the billing period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • month

      The month of the billing period as an integer between 1 and 12.

      Parameters:
      month - The month of the billing period as an integer between 1 and 12.
      Returns:
      Returns a reference to this object so that method calls can be chained together.