Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to NullableString | [optional] | |
ValidationResult | Pointer to NullableVerifyEInvoiceXmlErrorResponseErrorValidationResult | [optional] |
func NewVerifyEInvoiceXmlErrorResponseError() *VerifyEInvoiceXmlErrorResponseError
NewVerifyEInvoiceXmlErrorResponseError instantiates a new VerifyEInvoiceXmlErrorResponseError 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 NewVerifyEInvoiceXmlErrorResponseErrorWithDefaults() *VerifyEInvoiceXmlErrorResponseError
NewVerifyEInvoiceXmlErrorResponseErrorWithDefaults instantiates a new VerifyEInvoiceXmlErrorResponseError 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 *VerifyEInvoiceXmlErrorResponseError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *VerifyEInvoiceXmlErrorResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyEInvoiceXmlErrorResponseError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *VerifyEInvoiceXmlErrorResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *VerifyEInvoiceXmlErrorResponseError) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *VerifyEInvoiceXmlErrorResponseError) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *VerifyEInvoiceXmlErrorResponseError) GetValidationResult() VerifyEInvoiceXmlErrorResponseErrorValidationResult
GetValidationResult returns the ValidationResult field if non-nil, zero value otherwise.
func (o *VerifyEInvoiceXmlErrorResponseError) GetValidationResultOk() (*VerifyEInvoiceXmlErrorResponseErrorValidationResult, bool)
GetValidationResultOk returns a tuple with the ValidationResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyEInvoiceXmlErrorResponseError) SetValidationResult(v VerifyEInvoiceXmlErrorResponseErrorValidationResult)
SetValidationResult sets ValidationResult field to given value.
func (o *VerifyEInvoiceXmlErrorResponseError) HasValidationResult() bool
HasValidationResult returns a boolean if a field has been set.
func (o *VerifyEInvoiceXmlErrorResponseError) SetValidationResultNil(b bool)
SetValidationResultNil sets the value for ValidationResult to be an explicit nil
func (o *VerifyEInvoiceXmlErrorResponseError) UnsetValidationResult()
UnsetValidationResult ensures that no value is present for ValidationResult, not even an explicit nil