INPUT_OBJECT

AircraftPriceListFeeDiscountInput

link GraphQL Schema definition

  • input AircraftPriceListFeeDiscountInput {
  • price: Int
  • cost: Int
  • order: Int!
  • deleted: Boolean
  • isActive: Boolean
  • discountPercent: Int
  • # Expects hh:mm format.
  • threshold: String
  • }