pyocf.types.taxid

Type representation of a government identifier for tax purposes (e.g. EIN) and corresponding country code (ISO-3166)

pydantic model pyocf.types.taxid.TaxID

Type representation of a government identifier for tax purposes (e.g. EIN) and corresponding country code (ISO-3166)

field country: Annotated[CountryCode, FieldInfo(annotation=NoneType, required=True, description='Issuing country code (ISO 3166-1 alpha-2) for the tax identifier')] [Required]

Issuing country code (ISO 3166-1 alpha-2) for the tax identifier

field tax_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Tax identifier as string')] [Required]

Tax identifier as string