ForeignPropertyCumulativeSummary
Properties
| Name | Type | Description |
|---|---|---|
| fromDate | string | |
| toDate | string | |
| submittedOn | string | |
| foreignProperty | array of ForeignPropertyPeriodEntry |
JSON Example
{
"fromDate": "2024-01-01",
"toDate": "2024-01-01",
"submittedOn": "2024-01-01T00:00:00Z",
"foreignProperty": [
{
"countryCode": "...",
"propertyId": "...",
"income": "...",
"expenses": "..."
}
]
}