PriceAdjust
Represents a price adjustment.
type PriceAdjust {
priceType: AmountIncType
amount: Float
}
Fields
PriceAdjust.priceType
● AmountIncType
enum
Type of price adjustment. See AmountIncType.
PriceAdjust.amount
● Float
scalar
Amount of the price adjustment.
Member Of
DerivedRatePrice
object