SupplierClass
SupplierClasses. Represents a classification for suppliers.
type SupplierClass {
supplierClassId: String!
description: String
paymentMethodId: String
cashAcctId: Int
vatZoneId: String
termsId: String
curyId: String
paymentByType: String!
language: String
lastModifiedDateTime: DateTime!
deletedDatabaseRecord: Boolean!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
SupplierClass.supplierClassId ● String! non-null scalar
supplierClassId > (PK) The unique identifier of the supplier class.
SupplierClass.description ● String scalar
description > The description of the supplier class.
SupplierClass.paymentMethodId ● String scalar
paymentMethodId > The unique identifier of the payment method.
SupplierClass.cashAcctId ● Int scalar
cashAcctId > The unique identifier of the cash account.
SupplierClass.vatZoneId ● String scalar
vatZoneId > The VAT zone ID.
SupplierClass.termsId ● String scalar
termsId > The terms ID.
SupplierClass.curyId ● String scalar
curyId > The currency ID.
SupplierClass.paymentByType ● String! non-null scalar
paymentByType > The payment by type.
SupplierClass.language ● String scalar
language > The language of the supplier class.
SupplierClass.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The last modified date and time of the supplier class.
SupplierClass.deletedDatabaseRecord ● Boolean! non-null scalar
deletedDatabaseRecord > Indicates whether the database record is deleted.
SupplierClass.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company.
SupplierClass.id ● String! non-null scalar
id > The unique identifier of the document in DataMart.
SupplierClass.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.
SupplierClass.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.
Returned By
supplierClasses query