ForeignPropertyFigureInputs
Properties
| Name | Type | Description |
|---|---|---|
| foreignProperty | array of ForeignPropertyPeriodEntry |
JSON Example
{
"foreignProperty": [
{
"countryCode": "...",
"propertyId": "...",
"income": "...",
"expenses": "..."
}
]
}