Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.33 KB

DatiPagamento.md

File metadata and controls

102 lines (57 loc) · 3.33 KB

DatiPagamento

Properties

Name Type Description Notes
CondizioniPagamento Pointer to NullableString [optional]
DettaglioPagamento Pointer to []DettaglioPagamento [optional]

Methods

NewDatiPagamento

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

NewDatiPagamentoWithDefaults

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

GetCondizioniPagamento

func (o *DatiPagamento) GetCondizioniPagamento() string

GetCondizioniPagamento returns the CondizioniPagamento field if non-nil, zero value otherwise.

GetCondizioniPagamentoOk

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.

SetCondizioniPagamento

func (o *DatiPagamento) SetCondizioniPagamento(v string)

SetCondizioniPagamento sets CondizioniPagamento field to given value.

HasCondizioniPagamento

func (o *DatiPagamento) HasCondizioniPagamento() bool

HasCondizioniPagamento returns a boolean if a field has been set.

SetCondizioniPagamentoNil

func (o *DatiPagamento) SetCondizioniPagamentoNil(b bool)

SetCondizioniPagamentoNil sets the value for CondizioniPagamento to be an explicit nil

UnsetCondizioniPagamento

func (o *DatiPagamento) UnsetCondizioniPagamento()

UnsetCondizioniPagamento ensures that no value is present for CondizioniPagamento, not even an explicit nil

GetDettaglioPagamento

func (o *DatiPagamento) GetDettaglioPagamento() []DettaglioPagamento

GetDettaglioPagamento returns the DettaglioPagamento field if non-nil, zero value otherwise.

GetDettaglioPagamentoOk

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.

SetDettaglioPagamento

func (o *DatiPagamento) SetDettaglioPagamento(v []DettaglioPagamento)

SetDettaglioPagamento sets DettaglioPagamento field to given value.

HasDettaglioPagamento

func (o *DatiPagamento) HasDettaglioPagamento() bool

HasDettaglioPagamento returns a boolean if a field has been set.

SetDettaglioPagamentoNil

func (o *DatiPagamento) SetDettaglioPagamentoNil(b bool)

SetDettaglioPagamentoNil sets the value for DettaglioPagamento to be an explicit nil

UnsetDettaglioPagamento

func (o *DatiPagamento) UnsetDettaglioPagamento()

UnsetDettaglioPagamento ensures that no value is present for DettaglioPagamento, not even an explicit nil

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