SCALAR
CurrencyCode
ISO 4217 Currency Code
link GraphQL Schema definition
- scalar CurrencyCode
link Require by
- BankAccountnull
- BankAccountConditionA condition to be used against `BankAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- BankTransactionnull
- BankTransactionConditionA condition to be used against `BankTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- ClientCompanyCostCenterA `ClientCompanyCostCenter` represents a cost center which is linked to a `ClientCompany`.
- ClientCompanyCostCenterConditionA condition to be used against `ClientCompanyCostCenter` object types. All fields are tested for equality and combined with a logical ‘and.’
- ClientCompanyCostUnitA `ClientCompanyCostUnit` represents a cost unit which is linked to a `ClientCompany`.
- ClientCompanyCostUnitConditionA condition to be used against `ClientCompanyCostUnit` object types. All fields are tested for equality and combined with a logical ‘and.’
- CreditCardAccountnull
- CreditCardAccountConditionA condition to be used against `CreditCardAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- CreditCardTransactionnull
- CreditCardTransactionConditionA condition to be used against `CreditCardTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- CurrencyRateA `CurrencyRate` is a rate of currency conversion on a given date.
- CurrencyRateConditionA condition to be used against `CurrencyRate` object types. All fields are tested for equality and combined with a logical ‘and.’
- GeneralLedgerAccountnull
- GeneralLedgerAccountConditionA condition to be used against `GeneralLedgerAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceA `Document` representing an `Invoice`.
- InvoiceAccountingItemCostCenter`InvoiceAccountingItemCostCenter` books a `ClientCompanyCostCenter` amount for an `InvoiceAccountingItem`.
- InvoiceAccountingItemCostCenterConditionA condition to be used against `InvoiceAccountingItemCostCenter` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceAccountingItemCostUnit`InvoiceAccountingItemCostUnit` books a `ClientCompanyCostUnit` amount for an `InvoiceAccountingItem`.
- InvoiceAccountingItemCostUnitConditionA condition to be used against `InvoiceAccountingItemCostUnit` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceConditionA condition to be used against `Invoice` object types. All fields are tested for equality and combined with a logical ‘and.’
- MoneyAccountA `MoneyAccount` belonging to a `ClientCompany`. It holds any form of money related accounts (bank, credit-card, PayPal, etc.).
- MoneyAccountConditionA condition to be used against `MoneyAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- MoneyTransactionA `MoneyTransaction` is a money related turnover belonging to a `MoneyAccount`.
- MoneyTransactionConditionA condition to be used against `MoneyTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- QueryThe root query type which gives access points into the data universe.