Interface BillingPeriodRange.Builder

    • Method Detail

      • inclusiveStartBillingPeriod

        BillingPeriodRange.Builder inclusiveStartBillingPeriod​(String inclusiveStartBillingPeriod)

        The inclusive start billing period that defines a billing period range for the margin summary.

        Parameters:
        inclusiveStartBillingPeriod - The inclusive start billing period that defines a billing period range for the margin summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusiveEndBillingPeriod

        BillingPeriodRange.Builder exclusiveEndBillingPeriod​(String exclusiveEndBillingPeriod)

        The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.

        Parameters:
        exclusiveEndBillingPeriod - The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.
        Returns:
        Returns a reference to this object so that method calls can be chained together.