public static Facturae Create() { Facturae factura = new Facturae { FileHeader = new FileHeaderType { Modality = ModalityType.I, InvoiceIssuerType = InvoiceIssuerTypeType.EM, Batch = new BatchType { BatchIdentifier = "DNI", InvoicesCount = 1, InvoiceCurrencyCode = CurrencyCodeType.EUR } }, }; return(factura); }
public static Facturae Create() { Facturae factura = new Facturae { FileHeader = new FileHeaderType { Modality = ModalityType.I, InvoiceIssuerType = InvoiceIssuerTypeType.EM, Batch = new BatchType { BatchIdentifier = "DNI", InvoicesCount = 1, InvoiceCurrencyCode = CurrencyCodeType.EUR } }, }; return factura; }