ForeignInterestItem
Properties
| Name | Type | Description |
|---|---|---|
| countryCode | string | |
| amountBeforeTax | number | |
| taxTakenOff | number | |
| specialWithholdingTax | number | |
| foreignTaxCreditRelief | boolean | |
| taxableAmount | number |
JSON Example
{
"countryCode": "string",
"amountBeforeTax": 0,
"taxTakenOff": 0,
"specialWithholdingTax": 0,
"foreignTaxCreditRelief": false
}