Disputes & complaints
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o| DisputesAndComplaints : "disputesAndComplaints"
DisputesAndComplaints ||--o| HasDisputesAndComplaints : "hasDisputesAndComplaints"
DisputesAndComplaints ||--o| LeadingToDisputesAndComplaints : "leadingToDisputesAndComplaints"
Transaction {
}
PropertyPack {
}
DisputesAndComplaints {
}
HasDisputesAndComplaints {
string details "Please give details"
string yesNo "yesNo"
}
LeadingToDisputesAndComplaints {
string details "Please give details"
string yesNo "yesNo"
}
Object model
Disputes & complaints
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Disputes And Complaints
propertyPack.disputesAndComplaints No scalar fields on this object — pure container.
Has Disputes And Complaints
propertyPack.disputesAndComplaints.hasDisputesAndComplaints | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Please give details | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Leading To Disputes And Complaints
propertyPack.disputesAndComplaints.leadingToDisputesAndComplaints | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Please give details | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Comments