GiftAidPayments
Properties
| Name | Type | Description |
|---|---|---|
| nonUkCharities | NonUkCharities | |
| totalAmount | number | |
| oneOffAmount | number | |
| amountTreatedAsPreviousTaxYear | number | |
| amountTreatedAsSpecifiedTaxYear | number |
JSON Example
{
"nonUkCharities": {
"charityNames": [
"..."
],
"totalAmount": 0
},
"totalAmount": 0,
"oneOffAmount": 0,
"amountTreatedAsPreviousTaxYear": 0,
"amountTreatedAsSpecifiedTaxYear": 0
}