OBJECT
Material
A material (charge item).
link GraphQL Schema definition
- type Material {
- # The unique ID.
- Int! :
- # The name of the material.
- String! :
- # The rate of the material.
- Float! :
- # The corresponding charge code.
- ChargeCode :
- }