| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemChargeDetails |
ListCustomLineItemChargeDetails.clone() |
ListCustomLineItemChargeDetails |
CustomLineItemListElement.getChargeDetails()
A
ListCustomLineItemChargeDetails that describes the charge details of a custom line item. |
ListCustomLineItemChargeDetails |
UpdateCustomLineItemResult.getChargeDetails()
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
ListCustomLineItemChargeDetails |
ListCustomLineItemChargeDetails.withFlat(ListCustomLineItemFlatChargeDetails flat)
A
ListCustomLineItemFlatChargeDetails that describes the charge details of a flat custom line item. |
ListCustomLineItemChargeDetails |
ListCustomLineItemChargeDetails.withPercentage(ListCustomLineItemPercentageChargeDetails percentage)
A
ListCustomLineItemPercentageChargeDetails that describes the charge details of a percentage custom
line item. |
ListCustomLineItemChargeDetails |
ListCustomLineItemChargeDetails.withType(CustomLineItemType type)
The type of the custom line item that indicates whether the charge is a
fee or credit. |
ListCustomLineItemChargeDetails |
ListCustomLineItemChargeDetails.withType(String type)
The type of the custom line item that indicates whether the charge is a
fee or credit. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLineItemListElement.setChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails that describes the charge details of a custom line item. |
void |
UpdateCustomLineItemResult.setChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
CustomLineItemListElement |
CustomLineItemListElement.withChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails that describes the charge details of a custom line item. |
UpdateCustomLineItemResult |
UpdateCustomLineItemResult.withChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
Copyright © 2022. All rights reserved.