ClientAgentAuthorisationDto
Represents one of the 11 HMRC 64-8 agent authorisation types for a client
Properties
| Name | Type | Description |
|---|---|---|
| authorisationType | enum | SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts |
SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts | ||
| status | enum | NotRequested Requested Granted |
NotRequested Requested Granted | ||
| isRequired | boolean | True if any of the client's active or proposed services require this authorisation type |
True if any of the client's active or proposed services require this authorisation type | ||
JSON Example
{
"authorisationType": "SelfAssessment",
"status": "NotRequested",
"isRequired": false
}