Name | Type | Description | Notes |
---|---|---|---|
CondizioniPagamento | Pointer to NullableString | [optional] | |
DettaglioPagamento | Pointer to []DettaglioPagamento | [optional] |
func NewDatiPagamento() *DatiPagamento
NewDatiPagamento instantiates a new DatiPagamento 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 NewDatiPagamentoWithDefaults() *DatiPagamento
NewDatiPagamentoWithDefaults instantiates a new DatiPagamento 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 *DatiPagamento) GetCondizioniPagamento() string
GetCondizioniPagamento returns the CondizioniPagamento field if non-nil, zero value otherwise.
func (o *DatiPagamento) GetCondizioniPagamentoOk() (*string, bool)
GetCondizioniPagamentoOk returns a tuple with the CondizioniPagamento field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiPagamento) SetCondizioniPagamento(v string)
SetCondizioniPagamento sets CondizioniPagamento field to given value.
func (o *DatiPagamento) HasCondizioniPagamento() bool
HasCondizioniPagamento returns a boolean if a field has been set.
func (o *DatiPagamento) SetCondizioniPagamentoNil(b bool)
SetCondizioniPagamentoNil sets the value for CondizioniPagamento to be an explicit nil
func (o *DatiPagamento) UnsetCondizioniPagamento()
UnsetCondizioniPagamento ensures that no value is present for CondizioniPagamento, not even an explicit nil
func (o *DatiPagamento) GetDettaglioPagamento() []DettaglioPagamento
GetDettaglioPagamento returns the DettaglioPagamento field if non-nil, zero value otherwise.
func (o *DatiPagamento) GetDettaglioPagamentoOk() (*[]DettaglioPagamento, bool)
GetDettaglioPagamentoOk returns a tuple with the DettaglioPagamento field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiPagamento) SetDettaglioPagamento(v []DettaglioPagamento)
SetDettaglioPagamento sets DettaglioPagamento field to given value.
func (o *DatiPagamento) HasDettaglioPagamento() bool
HasDettaglioPagamento returns a boolean if a field has been set.
func (o *DatiPagamento) SetDettaglioPagamentoNil(b bool)
SetDettaglioPagamentoNil sets the value for DettaglioPagamento to be an explicit nil
func (o *DatiPagamento) UnsetDettaglioPagamento()
UnsetDettaglioPagamento ensures that no value is present for DettaglioPagamento, not even an explicit nil