Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.5 KB

VerifyEInvoiceXmlErrorResponseErrorValidationResult.md

File metadata and controls

66 lines (37 loc) · 2.5 KB

VerifyEInvoiceXmlErrorResponseErrorValidationResult

Properties

Name Type Description Notes
XmlErrors Pointer to []string [optional]

Methods

NewVerifyEInvoiceXmlErrorResponseErrorValidationResult

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

NewVerifyEInvoiceXmlErrorResponseErrorValidationResultWithDefaults

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

GetXmlErrors

func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) GetXmlErrors() []string

GetXmlErrors returns the XmlErrors field if non-nil, zero value otherwise.

GetXmlErrorsOk

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.

SetXmlErrors

func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) SetXmlErrors(v []string)

SetXmlErrors sets XmlErrors field to given value.

HasXmlErrors

func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) HasXmlErrors() bool

HasXmlErrors returns a boolean if a field has been set.

SetXmlErrorsNil

func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) SetXmlErrorsNil(b bool)

SetXmlErrorsNil sets the value for XmlErrors to be an explicit nil

UnsetXmlErrors

func (o *VerifyEInvoiceXmlErrorResponseErrorValidationResult) UnsetXmlErrors()

UnsetXmlErrors ensures that no value is present for XmlErrors, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]