A paginated call to get a list of all custom line item versions
Source:R/billingconductor_operations.R
billingconductor_list_custom_line_item_versions.RdA paginated call to get a list of all custom line item versions.
See https://www.paws-r-sdk.com/docs/billingconductor_list_custom_line_item_versions/ for full documentation.
Usage
billingconductor_list_custom_line_item_versions(
Arn,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- Arn
[required] The Amazon Resource Name (ARN) for the custom line item.
- MaxResults
The maximum number of custom line item versions to retrieve.
- NextToken
The pagination token that's used on subsequent calls to retrieve custom line item versions.
- Filters
A
ListCustomLineItemVersionsFilterthat specifies the billing period range in which the custom line item versions are applied.