OBJECT

CurrencyType

link GraphQL Schema definition

  • type CurrencyType {
  • currencyId: CurrencyIdEnum!
  • description: String!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • isActive: Boolean!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • types: Boolean!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • enabled: Int!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • threshold: Int!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • timeType: String!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • occurrences: Int
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • currencyType: String!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • requirements: String!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • isNightCurrency: Boolean!
  • # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
  • aircraftTypePositionList: [AircraftTypePositionList!]
  • }