Relationship
The Relationship entity links related transactions together. For example, it can connect a donation to an associated product sale using a parent/child relationship.
| Field | Type | Description |
|---|---|---|
key |
String | Unique identifier for the relationship. Used to link to related transactions (e.g., a donation with a product sale). |
type |
String | The type of relationship ("parent" or "child"). |