View source: R/billingconductor_operations.R
billingconductor_create_custom_line_item | R Documentation |
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.
See https://www.paws-r-sdk.com/docs/billingconductor_create_custom_line_item/ for full documentation.
billingconductor_create_custom_line_item(
ClientToken = NULL,
Name,
Description,
BillingGroupArn,
BillingPeriodRange = NULL,
Tags = NULL,
ChargeDetails,
AccountId = NULL
)
ClientToken |
The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update. |
Name |
[required] The name of the custom line item. |
Description |
[required] The description of the custom line item. This is shown on the Bills page in association with the charge value. |
BillingGroupArn |
[required] The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to. |
BillingPeriodRange |
A time range for which the custom line item is effective. |
Tags |
A map that contains tag keys and tag values that are attached to a custom line item. |
ChargeDetails |
[required] A |
AccountId |
The Amazon Web Services account in which this custom line item will be applied to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.