Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'iva_impositive_type': [
- ('RegistroLRFacturasRecibidas,FacturaRecibida,DesgloseFactura,'
- 'DesgloseIVA,DetalleIVA,TipoImpositivo'),
- ],
- {
- "RegistroLRFacturasRecibidas": {
- "FacturaRecibida": {
- "DesgloseFactura": {
- "DesgloseIVA": [
- {
- "DetalleIVA": {
- "BaseImponible": "-38.51",
- "CuotaSoportada": "0",
- "TipoImpositivo": "21" ***********************************************
- }
- }
- ]
- },
- "TipoDesglose": {
- "DesgloseFactura": {
- "Sujeta": {
- "Exenta": {
- "BaseImponible": "6"
- }
- }
- }
- },
- "TipodesgloseDesgloseFactura": {
- "Sujeta": {
- "NoExenta": {
- "DesgloseIVA": {
- "DetalleIVA": {
- "BaseImponible": "6"
- }
- }
- }
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement