PriceAdjustInput
Represents a price adjustment.
input PriceAdjustInput {
priceType: AmountIncType
amount: Float
}
Fields
PriceAdjustInput.priceType
● AmountIncType
enum
Type of price adjustment. See AmountIncType.
PriceAdjustInput.amount
● Float
scalar
Amount of the price adjustment.
Member Of
DerivedRatePriceInput
input