Currency
A currency as defined in the EventsAir currency library.
type Currency {
code: String!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
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.createdAt ● DateTime! non-null scalar
The date and time the record was created.
Currency.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Currency.id ● ID! non-null scalar
The unique identifier for a currency.
Currency.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
Currency.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
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.
Returned By
currencies query
Member Of
CeContactStore object ● ContactStore object ● Event object ● Fee object ● HotelBookingPaymentDetail object ● Invoice object ● MembershipContactStore object ● MembershipFee object ● MiscellaneousCharge object ● MiscellaneousInvoice object ● Money object ● Payment object ● TaxItem object ● TravelBooking object ● TravelFee object