recipient.address.country is required.
type Invoice {
// ...all generic invoice fields
lines: [
{
// ..other line item fields
vat: {
code: string;
}
}
];
};
| Name | Type | Required | Description |
|---|
lines[].vat.code | string | Yes | A value from an enumerated list as specified on Spain Verifactu VAT code list |
recipient.address.city | string | No | City/District/Suburb/Town/Village |
recipient.address.state | string | No | State/County/Province/Region |
recipient.address.country | string | Yes | Three-letter country code (ISO 3166). |
recipient.address.postalCode | string | No | ZIP or postal code |
Invoice - Spain Verifactu.csv