OrgBelongingEntity: {
    externalId?: string;
    orgId: EntityId;
    tags?: Tag[];
}

Type declaration

  • Optional externalId?: string

    Field can be used if entity is created in external (customer’s) system first. This way the external id can be attached to identify entity from Dfns’s data store.

  • orgId: EntityId

    Indicates id of the Organisation, such as usually a customer, or sub-devision, sub-tenant, and others.

  • Optional tags?: Tag[]

    Multiple tags can be attached to an entity to categorise or otherwise mark it. For example tags could indicate risk (High, Medium, Low), departments (Trading, Sales, IT), purpose (Treasury, Hot, Deposits), and jurisdictions (US, EU, DE).

    Multiple tags can be attached to same entity.

Generated using TypeDoc