Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 4.52 KB

DatiRitenuta.md

File metadata and controls

154 lines (85 loc) · 4.52 KB

DatiRitenuta

Properties

Name Type Description Notes
TipoRitenuta Pointer to NullableString [optional]
ImportoRitenuta Pointer to float64 [optional]
AliquotaRitenuta Pointer to float64 [optional]
CausalePagamento Pointer to NullableString [optional]

Methods

NewDatiRitenuta

func NewDatiRitenuta() *DatiRitenuta

NewDatiRitenuta instantiates a new DatiRitenuta 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

NewDatiRitenutaWithDefaults

func NewDatiRitenutaWithDefaults() *DatiRitenuta

NewDatiRitenutaWithDefaults instantiates a new DatiRitenuta 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

GetTipoRitenuta

func (o *DatiRitenuta) GetTipoRitenuta() string

GetTipoRitenuta returns the TipoRitenuta field if non-nil, zero value otherwise.

GetTipoRitenutaOk

func (o *DatiRitenuta) GetTipoRitenutaOk() (*string, bool)

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

SetTipoRitenuta

func (o *DatiRitenuta) SetTipoRitenuta(v string)

SetTipoRitenuta sets TipoRitenuta field to given value.

HasTipoRitenuta

func (o *DatiRitenuta) HasTipoRitenuta() bool

HasTipoRitenuta returns a boolean if a field has been set.

SetTipoRitenutaNil

func (o *DatiRitenuta) SetTipoRitenutaNil(b bool)

SetTipoRitenutaNil sets the value for TipoRitenuta to be an explicit nil

UnsetTipoRitenuta

func (o *DatiRitenuta) UnsetTipoRitenuta()

UnsetTipoRitenuta ensures that no value is present for TipoRitenuta, not even an explicit nil

GetImportoRitenuta

func (o *DatiRitenuta) GetImportoRitenuta() float64

GetImportoRitenuta returns the ImportoRitenuta field if non-nil, zero value otherwise.

GetImportoRitenutaOk

func (o *DatiRitenuta) GetImportoRitenutaOk() (*float64, bool)

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

SetImportoRitenuta

func (o *DatiRitenuta) SetImportoRitenuta(v float64)

SetImportoRitenuta sets ImportoRitenuta field to given value.

HasImportoRitenuta

func (o *DatiRitenuta) HasImportoRitenuta() bool

HasImportoRitenuta returns a boolean if a field has been set.

GetAliquotaRitenuta

func (o *DatiRitenuta) GetAliquotaRitenuta() float64

GetAliquotaRitenuta returns the AliquotaRitenuta field if non-nil, zero value otherwise.

GetAliquotaRitenutaOk

func (o *DatiRitenuta) GetAliquotaRitenutaOk() (*float64, bool)

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

SetAliquotaRitenuta

func (o *DatiRitenuta) SetAliquotaRitenuta(v float64)

SetAliquotaRitenuta sets AliquotaRitenuta field to given value.

HasAliquotaRitenuta

func (o *DatiRitenuta) HasAliquotaRitenuta() bool

HasAliquotaRitenuta returns a boolean if a field has been set.

GetCausalePagamento

func (o *DatiRitenuta) GetCausalePagamento() string

GetCausalePagamento returns the CausalePagamento field if non-nil, zero value otherwise.

GetCausalePagamentoOk

func (o *DatiRitenuta) GetCausalePagamentoOk() (*string, bool)

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

SetCausalePagamento

func (o *DatiRitenuta) SetCausalePagamento(v string)

SetCausalePagamento sets CausalePagamento field to given value.

HasCausalePagamento

func (o *DatiRitenuta) HasCausalePagamento() bool

HasCausalePagamento returns a boolean if a field has been set.

SetCausalePagamentoNil

func (o *DatiRitenuta) SetCausalePagamentoNil(b bool)

SetCausalePagamentoNil sets the value for CausalePagamento to be an explicit nil

UnsetCausalePagamento

func (o *DatiRitenuta) UnsetCausalePagamento()

UnsetCausalePagamento ensures that no value is present for CausalePagamento, not even an explicit nil

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