Name | Type | Description | Notes |
---|---|---|---|
Reason | Pointer to NullableString | E-invoice rejection reason | [optional] |
EiStatus | Pointer to NullableString | E-invoice status | [optional] |
Solution | Pointer to NullableString | Error solution. | [optional] |
Code | Pointer to NullableString | E-invoice rejection error code | [optional] |
Date | Pointer to NullableTime | E-invoice rejection date | [optional] |
func NewEInvoiceRejectionReason() *EInvoiceRejectionReason
NewEInvoiceRejectionReason instantiates a new EInvoiceRejectionReason 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 NewEInvoiceRejectionReasonWithDefaults() *EInvoiceRejectionReason
NewEInvoiceRejectionReasonWithDefaults instantiates a new EInvoiceRejectionReason 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 *EInvoiceRejectionReason) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *EInvoiceRejectionReason) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EInvoiceRejectionReason) SetReason(v string)
SetReason sets Reason field to given value.
func (o *EInvoiceRejectionReason) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *EInvoiceRejectionReason) SetReasonNil(b bool)
SetReasonNil sets the value for Reason to be an explicit nil
func (o *EInvoiceRejectionReason) UnsetReason()
UnsetReason ensures that no value is present for Reason, not even an explicit nil
func (o *EInvoiceRejectionReason) GetEiStatus() string
GetEiStatus returns the EiStatus field if non-nil, zero value otherwise.
func (o *EInvoiceRejectionReason) GetEiStatusOk() (*string, bool)
GetEiStatusOk returns a tuple with the EiStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EInvoiceRejectionReason) SetEiStatus(v string)
SetEiStatus sets EiStatus field to given value.
func (o *EInvoiceRejectionReason) HasEiStatus() bool
HasEiStatus returns a boolean if a field has been set.
func (o *EInvoiceRejectionReason) SetEiStatusNil(b bool)
SetEiStatusNil sets the value for EiStatus to be an explicit nil
func (o *EInvoiceRejectionReason) UnsetEiStatus()
UnsetEiStatus ensures that no value is present for EiStatus, not even an explicit nil
func (o *EInvoiceRejectionReason) GetSolution() string
GetSolution returns the Solution field if non-nil, zero value otherwise.
func (o *EInvoiceRejectionReason) GetSolutionOk() (*string, bool)
GetSolutionOk returns a tuple with the Solution field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EInvoiceRejectionReason) SetSolution(v string)
SetSolution sets Solution field to given value.
func (o *EInvoiceRejectionReason) HasSolution() bool
HasSolution returns a boolean if a field has been set.
func (o *EInvoiceRejectionReason) SetSolutionNil(b bool)
SetSolutionNil sets the value for Solution to be an explicit nil
func (o *EInvoiceRejectionReason) UnsetSolution()
UnsetSolution ensures that no value is present for Solution, not even an explicit nil
func (o *EInvoiceRejectionReason) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *EInvoiceRejectionReason) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EInvoiceRejectionReason) SetCode(v string)
SetCode sets Code field to given value.
func (o *EInvoiceRejectionReason) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *EInvoiceRejectionReason) SetCodeNil(b bool)
SetCodeNil sets the value for Code to be an explicit nil
func (o *EInvoiceRejectionReason) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (o *EInvoiceRejectionReason) GetDate() time.Time
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *EInvoiceRejectionReason) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EInvoiceRejectionReason) SetDate(v time.Time)
SetDate sets Date field to given value.
func (o *EInvoiceRejectionReason) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *EInvoiceRejectionReason) SetDateNil(b bool)
SetDateNil sets the value for Date to be an explicit nil
func (o *EInvoiceRejectionReason) UnsetDate()
UnsetDate ensures that no value is present for Date, not even an explicit nil