Terms
Terms
type Terms {
termsId: String!
description: String
dueDateType: String!
dayFrom1: Short!
dayFrom2: Short!
dayTo1: Short!
dayTo2: Short!
dueDay1: Short!
dueDay2: Short!
discountType: String!
discountDay: Short!
discountPercent: Decimal
instalmentType: String!
numberOfInstalments: Short!
instalmentFrequency: String!
instalmentMethod: String!
visibleTo: String!
delayDays: Short!
moveDueDateIfOnTheWeekend: String!
calculationType: String!
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Terms.termsId
● String!
non-null scalar
termsId > (PK) The unique identifier of the terms
Terms.description
● String
scalar
description > The description of the terms
Terms.dueDateType
● String!
non-null scalar
dueDateType > The type of due date calculation
Terms.dayFrom1
● Short!
non-null scalar
dayFrom1 > The starting day for the first period
Terms.dayFrom2
● Short!
non-null scalar
dayFrom2 > The starting day for the second period
Terms.dayTo1
● Short!
non-null scalar
dayTo1 > The ending day for the first period
Terms.dayTo2
● Short!
non-null scalar
dayTo2 > The ending day for the second period
Terms.dueDay1
● Short!
non-null scalar
dueDay1 > The due day for the first period
Terms.dueDay2
● Short!
non-null scalar
dueDay2 > The due day for the second period
Terms.discountType
● String!
non-null scalar
discountType > Defines how the system determines whether Cash Discount is applicable
Terms.discountDay
● Short!
non-null scalar
discountDay > The day of discount
Terms.discountPercent
● Decimal
scalar
discountPercent > The discount percent
Terms.instalmentType
● String!
non-null scalar
instalmentType > The type of installment
Terms.numberOfInstalments
● Short!
non-null scalar
numberOfInstalments > The installment counter
Terms.instalmentFrequency
● String!
non-null scalar
instalmentFrequency > The frequency of installments
Terms.instalmentMethod
● String!
non-null scalar
instalmentMethod > The method of installment
Terms.visibleTo
● String!
non-null scalar
visibleTo > The visibility of the terms
Terms.delayDays
● Short!
non-null scalar
delayDays > The number of delay days
Terms.moveDueDateIfOnTheWeekend
● String!
non-null scalar
moveDueDateIfOnTheWeekend > The calculation method for due dates falling on weekends
Terms.calculationType
● String!
non-null scalar
calculationType > The calculation type
Terms.lastModifiedDateTime
● DateTime!
non-null scalar
lastModifiedDateTime > The last modified date and time of the terms record
Terms.companyId
● Int!
non-null scalar
companyId > (PK) The unique identifier of the company
Terms.id
● String!
non-null scalar
id > The unique identifier of the document in DataMart
Terms.createdInDataMartDateTime
● DateTime!
non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
Terms.updatedInDataMartDateTime
● DateTime!
non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
terms
query