public static interface ListCustomLineItemVersionsFilter.Builder extends SdkPojo, CopyableBuilder<ListCustomLineItemVersionsFilter.Builder,ListCustomLineItemVersionsFilter>
| Modifier and Type | Method and Description |
|---|---|
default ListCustomLineItemVersionsFilter.Builder |
billingPeriodRange(Consumer<ListCustomLineItemVersionsBillingPeriodRangeFilter.Builder> billingPeriodRange)
The billing period range in which the custom line item version is applied.
|
ListCustomLineItemVersionsFilter.Builder |
billingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter billingPeriodRange)
The billing period range in which the custom line item version is applied.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomLineItemVersionsFilter.Builder billingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter billingPeriodRange)
The billing period range in which the custom line item version is applied.
billingPeriodRange - The billing period range in which the custom line item version is applied.default ListCustomLineItemVersionsFilter.Builder billingPeriodRange(Consumer<ListCustomLineItemVersionsBillingPeriodRangeFilter.Builder> billingPeriodRange)
The billing period range in which the custom line item version is applied.
This is a convenience method that creates an instance of theListCustomLineItemVersionsBillingPeriodRangeFilter.Builder avoiding the need to create one manually
via ListCustomLineItemVersionsBillingPeriodRangeFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to billingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter).
billingPeriodRange - a consumer that will call methods on
ListCustomLineItemVersionsBillingPeriodRangeFilter.BuilderbillingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter)Copyright © 2023. All rights reserved.