OBJECT

PaymentTerms

link GraphQL Schema definition

1type PaymentTerms {
2id: Int!
3
4name: String!
5
6description: String
7
8status: Status!
9
10isDefault: Boolean!
11
12isSelectable: Boolean!
13
14prepaymentPercent: Float!
15
16threshold: Float
17
18dueDays: Int!
19
20}