Update 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.
billingconductor_update_custom_line_item(
Arn,
Name = NULL,
Description = NULL,
ChargeDetails = NULL,
BillingPeriodRange = NULL
)
[required] The ARN of the custom line item to be updated.
The new name for the custom line item.
The new line item description of the custom line item.
A ListCustomLineItemChargeDetails
containing the new charge details
for the custom line item.