ace.centralize.models

Centralize Models Package

This package contains all entity models used across GraphQL and REST API message construction in the ACE centralize module.

Models can be imported directly:

from ace.centralize.models import CreatePolicyObject, PartyObject

Or from specific modules:

from ace.centralize.models.policy import CreatePolicyObject from ace.centralize.models.party import PartyObject