Overview
The Factura Afecta (Code 33) is the standard electronic invoice used for commercial transactions subject to VAT (Impuesto al Valor Agregado) in Chile. This is the most common document type for B2B transactions.Official Name: Factura electrónica
Document Code: 33
Enum Constant:
Interface:
Document Code: 33
Enum Constant:
CodigoDocumento::FACTURA_AFECTAInterface:
FacturaAfectaInterfaceWhen to Use
Use a Factura Afecta when:- Selling goods or services subject to VAT
- Issuing invoices to other businesses (B2B)
- The customer requires a tax-deductible document
- Transactions involve taxable items
Document Properties
Basic Information
Document code:
33Full document name: “Factura electrónica”
Short name: “Factura”
Programmatic alias: “factura_afecta”
Code Example
Related Document Types
- Factura Exenta (34): For tax-exempt invoices
- Nota de Crédito (61): To reverse or correct a Factura Afecta
- Nota de Débito (56): To add charges to a Factura Afecta
- Factura de Compra (46): Purchase invoice variant
Implementation
The Factura Afecta implements theFacturaAfectaInterface, which extends the base DocumentInterface. This ensures type safety and allows for document-specific behavior.