UpdateCustomLineItemChargeDetails
A representation of the new charge details of a custom line item. This should contain only one of Flat
or Percentage
.
Types
Properties
Link copied to clipboard
An UpdateCustomLineItemFlatChargeDetails
that describes the new charge details of a flat custom line item.
Link copied to clipboard
A representation of the line item filter.
Link copied to clipboard
An UpdateCustomLineItemPercentageChargeDetails
that describes the new charge details of a percentage custom line item.
Functions
Link copied to clipboard
inline fun copy(block: UpdateCustomLineItemChargeDetails.Builder.() -> Unit = {}): UpdateCustomLineItemChargeDetails