Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 5.42 KB

DetailedCountry.md

File metadata and controls

210 lines (117 loc) · 5.42 KB

DetailedCountry

Properties

Name Type Description Notes
Name Pointer to NullableString Country name. [optional]
SettingsName Pointer to NullableString [optional]
Iso Pointer to NullableString Country iso. [optional]
FiscalIso Pointer to NullableString [optional]
Uic Pointer to NullableString Country uic. [optional]

Methods

NewDetailedCountry

func NewDetailedCountry() *DetailedCountry

NewDetailedCountry instantiates a new DetailedCountry 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

NewDetailedCountryWithDefaults

func NewDetailedCountryWithDefaults() *DetailedCountry

NewDetailedCountryWithDefaults instantiates a new DetailedCountry 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

GetName

func (o *DetailedCountry) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *DetailedCountry) GetNameOk() (*string, bool)

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

SetName

func (o *DetailedCountry) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *DetailedCountry) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *DetailedCountry) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *DetailedCountry) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetSettingsName

func (o *DetailedCountry) GetSettingsName() string

GetSettingsName returns the SettingsName field if non-nil, zero value otherwise.

GetSettingsNameOk

func (o *DetailedCountry) GetSettingsNameOk() (*string, bool)

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

SetSettingsName

func (o *DetailedCountry) SetSettingsName(v string)

SetSettingsName sets SettingsName field to given value.

HasSettingsName

func (o *DetailedCountry) HasSettingsName() bool

HasSettingsName returns a boolean if a field has been set.

SetSettingsNameNil

func (o *DetailedCountry) SetSettingsNameNil(b bool)

SetSettingsNameNil sets the value for SettingsName to be an explicit nil

UnsetSettingsName

func (o *DetailedCountry) UnsetSettingsName()

UnsetSettingsName ensures that no value is present for SettingsName, not even an explicit nil

GetIso

func (o *DetailedCountry) GetIso() string

GetIso returns the Iso field if non-nil, zero value otherwise.

GetIsoOk

func (o *DetailedCountry) GetIsoOk() (*string, bool)

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

SetIso

func (o *DetailedCountry) SetIso(v string)

SetIso sets Iso field to given value.

HasIso

func (o *DetailedCountry) HasIso() bool

HasIso returns a boolean if a field has been set.

SetIsoNil

func (o *DetailedCountry) SetIsoNil(b bool)

SetIsoNil sets the value for Iso to be an explicit nil

UnsetIso

func (o *DetailedCountry) UnsetIso()

UnsetIso ensures that no value is present for Iso, not even an explicit nil

GetFiscalIso

func (o *DetailedCountry) GetFiscalIso() string

GetFiscalIso returns the FiscalIso field if non-nil, zero value otherwise.

GetFiscalIsoOk

func (o *DetailedCountry) GetFiscalIsoOk() (*string, bool)

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

SetFiscalIso

func (o *DetailedCountry) SetFiscalIso(v string)

SetFiscalIso sets FiscalIso field to given value.

HasFiscalIso

func (o *DetailedCountry) HasFiscalIso() bool

HasFiscalIso returns a boolean if a field has been set.

SetFiscalIsoNil

func (o *DetailedCountry) SetFiscalIsoNil(b bool)

SetFiscalIsoNil sets the value for FiscalIso to be an explicit nil

UnsetFiscalIso

func (o *DetailedCountry) UnsetFiscalIso()

UnsetFiscalIso ensures that no value is present for FiscalIso, not even an explicit nil

GetUic

func (o *DetailedCountry) GetUic() string

GetUic returns the Uic field if non-nil, zero value otherwise.

GetUicOk

func (o *DetailedCountry) GetUicOk() (*string, bool)

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

SetUic

func (o *DetailedCountry) SetUic(v string)

SetUic sets Uic field to given value.

HasUic

func (o *DetailedCountry) HasUic() bool

HasUic returns a boolean if a field has been set.

SetUicNil

func (o *DetailedCountry) SetUicNil(b bool)

SetUicNil sets the value for Uic to be an explicit nil

UnsetUic

func (o *DetailedCountry) UnsetUic()

UnsetUic ensures that no value is present for Uic, not even an explicit nil

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