Name | Type | Description | Notes |
---|---|---|---|
XmlErrors | Pointer to []string | [optional] |
func NewVerifyEInvoiceXmlErrorResponseErrorValidationResult() *VerifyEInvoiceXmlErrorResponseErrorValidationResult
NewVerifyEInvoiceXmlErrorResponseErrorValidationResult instantiates a new VerifyEInvoiceXmlErrorResponseErrorValidationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVerifyEInvoiceXmlErrorResponseErrorValidationResultWithDefaults() *VerifyEInvoiceXmlErrorResponseErrorValidationResult
NewVerifyEInvoiceXmlErrorResponseErrorValidationResultWithDefaults instantiates a new VerifyEInvoiceXmlErrorResponseErrorValidationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) GetXmlErrors() []string
GetXmlErrors returns the XmlErrors field if non-nil, zero value otherwise.
func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) GetXmlErrorsOk() (*[]string, bool)
GetXmlErrorsOk returns a tuple with the XmlErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) SetXmlErrors(v []string)
SetXmlErrors sets XmlErrors field to given value.
func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) HasXmlErrors() bool
HasXmlErrors returns a boolean if a field has been set.
func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) SetXmlErrorsNil(b bool)
SetXmlErrorsNil sets the value for XmlErrors to be an explicit nil
func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) UnsetXmlErrors()
UnsetXmlErrors ensures that no value is present for XmlErrors, not even an explicit nil