Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 6.49 KB

File metadata and controls

174 lines (97 loc) · 6.49 KB

IssuedDocumentPreCreateInfoExtraDataDefaultValues

Properties

Name Type Description Notes
TsCommunication Pointer to NullableBool [optional]
TsTipoSpesa Pointer to NullableString [optional]
TsFlagTipoSpesa Pointer to NullableInt32 [optional]
TsPagamentoTracciato Pointer to NullableBool [optional]

Methods

NewIssuedDocumentPreCreateInfoExtraDataDefaultValues

func NewIssuedDocumentPreCreateInfoExtraDataDefaultValues() *IssuedDocumentPreCreateInfoExtraDataDefaultValues

NewIssuedDocumentPreCreateInfoExtraDataDefaultValues instantiates a new IssuedDocumentPreCreateInfoExtraDataDefaultValues 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

NewIssuedDocumentPreCreateInfoExtraDataDefaultValuesWithDefaults

func NewIssuedDocumentPreCreateInfoExtraDataDefaultValuesWithDefaults() *IssuedDocumentPreCreateInfoExtraDataDefaultValues

NewIssuedDocumentPreCreateInfoExtraDataDefaultValuesWithDefaults instantiates a new IssuedDocumentPreCreateInfoExtraDataDefaultValues 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

GetTsCommunication

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsCommunication() bool

GetTsCommunication returns the TsCommunication field if non-nil, zero value otherwise.

GetTsCommunicationOk

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsCommunicationOk() (*bool, bool)

GetTsCommunicationOk returns a tuple with the TsCommunication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTsCommunication

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsCommunication(v bool)

SetTsCommunication sets TsCommunication field to given value.

HasTsCommunication

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) HasTsCommunication() bool

HasTsCommunication returns a boolean if a field has been set.

SetTsCommunicationNil

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsCommunicationNil(b bool)

SetTsCommunicationNil sets the value for TsCommunication to be an explicit nil

UnsetTsCommunication

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) UnsetTsCommunication()

UnsetTsCommunication ensures that no value is present for TsCommunication, not even an explicit nil

GetTsTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsTipoSpesa() string

GetTsTipoSpesa returns the TsTipoSpesa field if non-nil, zero value otherwise.

GetTsTipoSpesaOk

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsTipoSpesaOk() (*string, bool)

GetTsTipoSpesaOk returns a tuple with the TsTipoSpesa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTsTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsTipoSpesa(v string)

SetTsTipoSpesa sets TsTipoSpesa field to given value.

HasTsTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) HasTsTipoSpesa() bool

HasTsTipoSpesa returns a boolean if a field has been set.

SetTsTipoSpesaNil

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsTipoSpesaNil(b bool)

SetTsTipoSpesaNil sets the value for TsTipoSpesa to be an explicit nil

UnsetTsTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) UnsetTsTipoSpesa()

UnsetTsTipoSpesa ensures that no value is present for TsTipoSpesa, not even an explicit nil

GetTsFlagTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsFlagTipoSpesa() int32

GetTsFlagTipoSpesa returns the TsFlagTipoSpesa field if non-nil, zero value otherwise.

GetTsFlagTipoSpesaOk

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsFlagTipoSpesaOk() (*int32, bool)

GetTsFlagTipoSpesaOk returns a tuple with the TsFlagTipoSpesa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTsFlagTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsFlagTipoSpesa(v int32)

SetTsFlagTipoSpesa sets TsFlagTipoSpesa field to given value.

HasTsFlagTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) HasTsFlagTipoSpesa() bool

HasTsFlagTipoSpesa returns a boolean if a field has been set.

SetTsFlagTipoSpesaNil

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsFlagTipoSpesaNil(b bool)

SetTsFlagTipoSpesaNil sets the value for TsFlagTipoSpesa to be an explicit nil

UnsetTsFlagTipoSpesa

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) UnsetTsFlagTipoSpesa()

UnsetTsFlagTipoSpesa ensures that no value is present for TsFlagTipoSpesa, not even an explicit nil

GetTsPagamentoTracciato

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsPagamentoTracciato() bool

GetTsPagamentoTracciato returns the TsPagamentoTracciato field if non-nil, zero value otherwise.

GetTsPagamentoTracciatoOk

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) GetTsPagamentoTracciatoOk() (*bool, bool)

GetTsPagamentoTracciatoOk returns a tuple with the TsPagamentoTracciato field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTsPagamentoTracciato

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsPagamentoTracciato(v bool)

SetTsPagamentoTracciato sets TsPagamentoTracciato field to given value.

HasTsPagamentoTracciato

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) HasTsPagamentoTracciato() bool

HasTsPagamentoTracciato returns a boolean if a field has been set.

SetTsPagamentoTracciatoNil

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) SetTsPagamentoTracciatoNil(b bool)

SetTsPagamentoTracciatoNil sets the value for TsPagamentoTracciato to be an explicit nil

UnsetTsPagamentoTracciato

func (o *IssuedDocumentPreCreateInfoExtraDataDefaultValues) UnsetTsPagamentoTracciato()

UnsetTsPagamentoTracciato ensures that no value is present for TsPagamentoTracciato, not even an explicit nil

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