| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomLineItemType |
CustomLineItemType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CustomLineItemType |
CustomLineItemChargeDetails.type()
The type of the custom line item that indicates whether the charge is a fee or credit.
|
CustomLineItemType |
ListCustomLineItemChargeDetails.type()
The type of the custom line item that indicates whether the charge is a
fee or credit. |
static CustomLineItemType |
CustomLineItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomLineItemType[] |
CustomLineItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CustomLineItemType> |
CustomLineItemType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemChargeDetails.Builder |
CustomLineItemChargeDetails.Builder.type(CustomLineItemType type)
The type of the custom line item that indicates whether the charge is a fee or credit.
|
ListCustomLineItemChargeDetails.Builder |
ListCustomLineItemChargeDetails.Builder.type(CustomLineItemType type)
The type of the custom line item that indicates whether the charge is a
fee or
credit. |
Copyright © 2023. All rights reserved.