ForeignPropertyAnnualSubmission
Properties
| Name | Type | Description |
|---|---|---|
| submittedOn | string | |
| foreignProperty | array of ForeignPropertyAnnualEntry |
JSON Example
{
"submittedOn": "2024-01-01T00:00:00Z",
"foreignProperty": [
{
"countryCode": "...",
"propertyId": "...",
"adjustments": "...",
"allowances": "..."
}
]
}