Currency
A currency as defined in the EventsAir currency library.
type Currency {
code: String!
id: ID!
name: String!
symbol: String!
}
Fields
Currency.code ● String! non-null scalar
A UTF-8 string representing the currency code as defined in the EventsAir currency library.
Currency.id ● ID! non-null scalar
The unique identifier for a currency.
Currency.name ● String! non-null scalar
A UTF-8 string representing the currency name as defined in the EventsAir currency library.
Currency.symbol ● String! non-null scalar
A UTF-8 string representing the symbol used when representing currency values as defined in the EventsAir currency library.
Member Of
CeContactStore object ● ContactStore object ● Event object ● Fee object ● Invoice object ● MembershipContactStore object ● MembershipFee object ● Money object ● Payment object ● TravelBooking object ● TravelFee object