예제 #1
0
        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);
        }
예제 #2
0
        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;
        }