Module
Module Object
The module
object represents a module in the Marketplace platform. This object contains the following properties:
Field | Type | Description |
---|---|---|
| string | Primary module identifier. Example: "MOD-1234" |
| string | Name of the module. Example: "Invoices" |
| string | Description of the module. Example: "Invoices module" |
| string | Defines presence of module for each account type. Example: ["vendor", "client", "operations"] |
| boolean | Defines whether the module is enabled by default. Example: "true" |
| boolean | Defines whether module’s access can be changed. Example: "true" |