Skip to main content

CurrencyType (Object)

type CurrencyType {
currencyId: CurrencyIdEnum!
currencyKey: String!
description: String!
isActive: Boolean!
types: Boolean!
enabled: Int!
threshold: Int!
timeType: String!
occurrences: Int
currencyType: String!
requirements: String!
isNightCurrency: Boolean!
aircraftTypePositionList: [AircraftTypePositionList!]
isCabin: Boolean!
currencyNid: Int
label: String!
}

Fields

CurrencyType.currencyId ● CurrencyIdEnum! non-null enum

CurrencyType.currencyKey ● String! non-null scalar

CurrencyType.description ● String! non-null scalar

CurrencyType.isActive ● Boolean! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.types ● Boolean! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.enabled ● Int! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.threshold ● Int! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.timeType ● String! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.occurrences ● Int scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.currencyType ● String! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.requirements ● String! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.isNightCurrency ● Boolean! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.aircraftTypePositionList ● [AircraftTypePositionList!] list object

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.isCabin ● Boolean! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.currencyNid ● Int scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

CurrencyType.label ● String! non-null scalar

Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE

Member Of

OperatorSetting object