Class VerifactuProperties
- Namespace
- RetailForce.Fiscalisation.Implementation.Spain.Verifactu
- Assembly
- RetailForce.Fiscalisation.Model.dll
Class representing some verifactu properties
public class VerifactuProperties
- Inheritance
-
VerifactuProperties
- Inherited Members
Properties
NIFVerificationUrl
the SOAP url for NIF validation
public UrlStore NIFVerificationUrl { get; set; }
Property Value
Production
flag defining if it is a production or test system
public bool Production { get; set; }
Property Value
QrCodeUrl
the base url for the validation of submitted invoices
public UrlStore QrCodeUrl { get; set; }
Property Value
VerifactuSOAPUrl
the SOAP endpoint for submitting invoices and requesting submitted invoices
public UrlStore VerifactuSOAPUrl { get; set; }
Property Value
XsdUrl
the xsd url for xml verification. Currently not being used since the xml validation is not being used
public string XsdUrl { get; set; }