Update an existing custom line item in the current or previous billing period
Source:R/billingconductor_operations.R
billingconductor_update_custom_line_item.RdUpdate an existing custom line item in the current or previous billing period.
See https://www.paws-r-sdk.com/docs/billingconductor_update_custom_line_item/ for full documentation.
Usage
billingconductor_update_custom_line_item(
Arn,
Name = NULL,
Description = NULL,
ChargeDetails = NULL,
BillingPeriodRange = NULL
)Arguments
- Arn
[required] The ARN of the custom line item to be updated.
- Name
The new name for the custom line item.
- Description
The new line item description of the custom line item.
- ChargeDetails
A
ListCustomLineItemChargeDetailscontaining the new charge details for the custom line item.- BillingPeriodRange
A time range for which the margin summary is effective. The time range can be up to 12 months.