MandatoryFee
No description
type MandatoryFee {
  duration: String
  mandatoryFeeCode: String!
  price: PriceStatic!
  scope: String
  name: String
  text: String
  included: Boolean!
}
Fields
MandatoryFee.duration ● String scalar
Fee duration
MandatoryFee.mandatoryFeeCode ● String! non-null scalar
Native supplier Mandatry Fee
MandatoryFee.price ● PriceStatic! non-null object
Fee price
MandatoryFee.scope ● String scalar
The scope of the fee
MandatoryFee.name ● String scalar
the name of the fee
MandatoryFee.text ● String scalar
Fee description
MandatoryFee.included ● Boolean! non-null scalar
Indicates if the fee is included in the price
Member Of
HotelData  object