Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 6.77 KB

ProvinceAutocompleteElementResponse.md

File metadata and controls

135 lines (72 loc) · 6.77 KB

ProvinceAutocompleteElementResponse

Properties

Name Type Description Notes
PkiProvinceID int32 The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): Value
FkiCountryID int32 The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
SProvinceNameX string The name of the Province in the language of the requester
SProvinceShortname string The shortname of the Province
BProvinceIsactive bool Whether the Province is active or not

Methods

NewProvinceAutocompleteElementResponse

func NewProvinceAutocompleteElementResponse(pkiProvinceID int32, fkiCountryID int32, sProvinceNameX string, sProvinceShortname string, bProvinceIsactive bool, ) *ProvinceAutocompleteElementResponse

NewProvinceAutocompleteElementResponse instantiates a new ProvinceAutocompleteElementResponse 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

NewProvinceAutocompleteElementResponseWithDefaults

func NewProvinceAutocompleteElementResponseWithDefaults() *ProvinceAutocompleteElementResponse

NewProvinceAutocompleteElementResponseWithDefaults instantiates a new ProvinceAutocompleteElementResponse 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

GetPkiProvinceID

func (o *ProvinceAutocompleteElementResponse) GetPkiProvinceID() int32

GetPkiProvinceID returns the PkiProvinceID field if non-nil, zero value otherwise.

GetPkiProvinceIDOk

func (o *ProvinceAutocompleteElementResponse) GetPkiProvinceIDOk() (*int32, bool)

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

SetPkiProvinceID

func (o *ProvinceAutocompleteElementResponse) SetPkiProvinceID(v int32)

SetPkiProvinceID sets PkiProvinceID field to given value.

GetFkiCountryID

func (o *ProvinceAutocompleteElementResponse) GetFkiCountryID() int32

GetFkiCountryID returns the FkiCountryID field if non-nil, zero value otherwise.

GetFkiCountryIDOk

func (o *ProvinceAutocompleteElementResponse) GetFkiCountryIDOk() (*int32, bool)

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

SetFkiCountryID

func (o *ProvinceAutocompleteElementResponse) SetFkiCountryID(v int32)

SetFkiCountryID sets FkiCountryID field to given value.

GetSProvinceNameX

func (o *ProvinceAutocompleteElementResponse) GetSProvinceNameX() string

GetSProvinceNameX returns the SProvinceNameX field if non-nil, zero value otherwise.

GetSProvinceNameXOk

func (o *ProvinceAutocompleteElementResponse) GetSProvinceNameXOk() (*string, bool)

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

SetSProvinceNameX

func (o *ProvinceAutocompleteElementResponse) SetSProvinceNameX(v string)

SetSProvinceNameX sets SProvinceNameX field to given value.

GetSProvinceShortname

func (o *ProvinceAutocompleteElementResponse) GetSProvinceShortname() string

GetSProvinceShortname returns the SProvinceShortname field if non-nil, zero value otherwise.

GetSProvinceShortnameOk

func (o *ProvinceAutocompleteElementResponse) GetSProvinceShortnameOk() (*string, bool)

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

SetSProvinceShortname

func (o *ProvinceAutocompleteElementResponse) SetSProvinceShortname(v string)

SetSProvinceShortname sets SProvinceShortname field to given value.

GetBProvinceIsactive

func (o *ProvinceAutocompleteElementResponse) GetBProvinceIsactive() bool

GetBProvinceIsactive returns the BProvinceIsactive field if non-nil, zero value otherwise.

GetBProvinceIsactiveOk

func (o *ProvinceAutocompleteElementResponse) GetBProvinceIsactiveOk() (*bool, bool)

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

SetBProvinceIsactive

func (o *ProvinceAutocompleteElementResponse) SetBProvinceIsactive(v bool)

SetBProvinceIsactive sets BProvinceIsactive field to given value.

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