Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 4.68 KB

TravelRuleWithdrawNaturalEntity.md

File metadata and controls

145 lines (78 loc) · 4.68 KB

TravelRuleWithdrawNaturalEntity

Properties

Name Type Description Notes
SelectedEntityType SelectedEntityType
FirstName string The first name of the user.
LastName string The last name of the user.
DateOfBirth Pointer to string The date of birth of the user. [optional]
PlaceOfBirth Pointer to string The place of birth of the user. [optional]

Methods

NewTravelRuleWithdrawNaturalEntity

func NewTravelRuleWithdrawNaturalEntity(selectedEntityType SelectedEntityType, firstName string, lastName string, ) *TravelRuleWithdrawNaturalEntity

NewTravelRuleWithdrawNaturalEntity instantiates a new TravelRuleWithdrawNaturalEntity 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

NewTravelRuleWithdrawNaturalEntityWithDefaults

func NewTravelRuleWithdrawNaturalEntityWithDefaults() *TravelRuleWithdrawNaturalEntity

NewTravelRuleWithdrawNaturalEntityWithDefaults instantiates a new TravelRuleWithdrawNaturalEntity 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

GetSelectedEntityType

func (o *TravelRuleWithdrawNaturalEntity) GetSelectedEntityType() SelectedEntityType

GetSelectedEntityType returns the SelectedEntityType field if non-nil, zero value otherwise.

GetSelectedEntityTypeOk

func (o *TravelRuleWithdrawNaturalEntity) GetSelectedEntityTypeOk() (*SelectedEntityType, bool)

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

SetSelectedEntityType

func (o *TravelRuleWithdrawNaturalEntity) SetSelectedEntityType(v SelectedEntityType)

SetSelectedEntityType sets SelectedEntityType field to given value.

GetFirstName

func (o *TravelRuleWithdrawNaturalEntity) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *TravelRuleWithdrawNaturalEntity) GetFirstNameOk() (*string, bool)

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

SetFirstName

func (o *TravelRuleWithdrawNaturalEntity) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

GetLastName

func (o *TravelRuleWithdrawNaturalEntity) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *TravelRuleWithdrawNaturalEntity) GetLastNameOk() (*string, bool)

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

SetLastName

func (o *TravelRuleWithdrawNaturalEntity) SetLastName(v string)

SetLastName sets LastName field to given value.

GetDateOfBirth

func (o *TravelRuleWithdrawNaturalEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.

GetDateOfBirthOk

func (o *TravelRuleWithdrawNaturalEntity) GetDateOfBirthOk() (*string, bool)

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

SetDateOfBirth

func (o *TravelRuleWithdrawNaturalEntity) SetDateOfBirth(v string)

SetDateOfBirth sets DateOfBirth field to given value.

HasDateOfBirth

func (o *TravelRuleWithdrawNaturalEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

GetPlaceOfBirth

func (o *TravelRuleWithdrawNaturalEntity) GetPlaceOfBirth() string

GetPlaceOfBirth returns the PlaceOfBirth field if non-nil, zero value otherwise.

GetPlaceOfBirthOk

func (o *TravelRuleWithdrawNaturalEntity) GetPlaceOfBirthOk() (*string, bool)

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

SetPlaceOfBirth

func (o *TravelRuleWithdrawNaturalEntity) SetPlaceOfBirth(v string)

SetPlaceOfBirth sets PlaceOfBirth field to given value.

HasPlaceOfBirth

func (o *TravelRuleWithdrawNaturalEntity) HasPlaceOfBirth() bool

HasPlaceOfBirth returns a boolean if a field has been set.

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