OBJECT

TCs2

link GraphQL Schema definition

1type TCs2 {
2
3changeableFlag: Int
22
4entireCatalogAdjustment: String
22
5entireCatalogSelected: String
22
6exclusionProductSets: String
22
7inclusionProductSets: String
22
8mandatoryFlag: Int
22
9participants: [JSON]
22
10percentagePriceListIds: String
22
11policies: [TCsPolicies]
22
12priceListId: String
22
13priceListIds: String
22
14productSetId: String
22
15referenceNumber: Int
22
16tcSequence: Int
22
17tcSubType: String
22
18timeCreated: String
22
19timeUpdated: String
22
20tradingId: Int
22
21xMLString: String
23
24}