Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.65 KB

VerifyEInvoiceXmlErrorResponseError.md

File metadata and controls

102 lines (57 loc) · 3.65 KB

VerifyEInvoiceXmlErrorResponseError

Properties

Name Type Description Notes
Message Pointer to NullableString [optional]
ValidationResult Pointer to NullableVerifyEInvoiceXmlErrorResponseErrorValidationResult [optional]

Methods

NewVerifyEInvoiceXmlErrorResponseError

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

NewVerifyEInvoiceXmlErrorResponseErrorWithDefaults

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

GetMessage

func (o *VerifyEInvoiceXmlErrorResponseError) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *VerifyEInvoiceXmlErrorResponseError) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *VerifyEInvoiceXmlErrorResponseError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *VerifyEInvoiceXmlErrorResponseError) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *VerifyEInvoiceXmlErrorResponseError) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

GetValidationResult

func (o *VerifyEInvoiceXmlErrorResponseError) GetValidationResult() VerifyEInvoiceXmlErrorResponseErrorValidationResult

GetValidationResult returns the ValidationResult field if non-nil, zero value otherwise.

GetValidationResultOk

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.

SetValidationResult

func (o *VerifyEInvoiceXmlErrorResponseError) SetValidationResult(v VerifyEInvoiceXmlErrorResponseErrorValidationResult)

SetValidationResult sets ValidationResult field to given value.

HasValidationResult

func (o *VerifyEInvoiceXmlErrorResponseError) HasValidationResult() bool

HasValidationResult returns a boolean if a field has been set.

SetValidationResultNil

func (o *VerifyEInvoiceXmlErrorResponseError) SetValidationResultNil(b bool)

SetValidationResultNil sets the value for ValidationResult to be an explicit nil

UnsetValidationResult

func (o *VerifyEInvoiceXmlErrorResponseError) UnsetValidationResult()

UnsetValidationResult ensures that no value is present for ValidationResult, not even an explicit nil

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