Name | Type | Description | Notes |
---|---|---|---|
TipoRitenuta | Pointer to NullableString | [optional] | |
ImportoRitenuta | Pointer to float64 | [optional] | |
AliquotaRitenuta | Pointer to float64 | [optional] | |
CausalePagamento | Pointer to NullableString | [optional] |
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
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
func (o *DatiRitenuta) GetTipoRitenuta() string
GetTipoRitenuta returns the TipoRitenuta field if non-nil, zero value otherwise.
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.
func (o *DatiRitenuta) SetTipoRitenuta(v string)
SetTipoRitenuta sets TipoRitenuta field to given value.
func (o *DatiRitenuta) HasTipoRitenuta() bool
HasTipoRitenuta returns a boolean if a field has been set.
func (o *DatiRitenuta) SetTipoRitenutaNil(b bool)
SetTipoRitenutaNil sets the value for TipoRitenuta to be an explicit nil
func (o *DatiRitenuta) UnsetTipoRitenuta()
UnsetTipoRitenuta ensures that no value is present for TipoRitenuta, not even an explicit nil
func (o *DatiRitenuta) GetImportoRitenuta() float64
GetImportoRitenuta returns the ImportoRitenuta field if non-nil, zero value otherwise.
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.
func (o *DatiRitenuta) SetImportoRitenuta(v float64)
SetImportoRitenuta sets ImportoRitenuta field to given value.
func (o *DatiRitenuta) HasImportoRitenuta() bool
HasImportoRitenuta returns a boolean if a field has been set.
func (o *DatiRitenuta) GetAliquotaRitenuta() float64
GetAliquotaRitenuta returns the AliquotaRitenuta field if non-nil, zero value otherwise.
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.
func (o *DatiRitenuta) SetAliquotaRitenuta(v float64)
SetAliquotaRitenuta sets AliquotaRitenuta field to given value.
func (o *DatiRitenuta) HasAliquotaRitenuta() bool
HasAliquotaRitenuta returns a boolean if a field has been set.
func (o *DatiRitenuta) GetCausalePagamento() string
GetCausalePagamento returns the CausalePagamento field if non-nil, zero value otherwise.
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.
func (o *DatiRitenuta) SetCausalePagamento(v string)
SetCausalePagamento sets CausalePagamento field to given value.
func (o *DatiRitenuta) HasCausalePagamento() bool
HasCausalePagamento returns a boolean if a field has been set.
func (o *DatiRitenuta) SetCausalePagamentoNil(b bool)
SetCausalePagamentoNil sets the value for CausalePagamento to be an explicit nil
func (o *DatiRitenuta) UnsetCausalePagamento()
UnsetCausalePagamento ensures that no value is present for CausalePagamento, not even an explicit nil