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] |
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
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
func (o *TravelRuleWithdrawNaturalEntity) GetSelectedEntityType() SelectedEntityType
GetSelectedEntityType returns the SelectedEntityType field if non-nil, zero value otherwise.
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.
func (o *TravelRuleWithdrawNaturalEntity) SetSelectedEntityType(v SelectedEntityType)
SetSelectedEntityType sets SelectedEntityType field to given value.
func (o *TravelRuleWithdrawNaturalEntity) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
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.
func (o *TravelRuleWithdrawNaturalEntity) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *TravelRuleWithdrawNaturalEntity) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
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.
func (o *TravelRuleWithdrawNaturalEntity) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *TravelRuleWithdrawNaturalEntity) GetDateOfBirth() string
GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.
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.
func (o *TravelRuleWithdrawNaturalEntity) SetDateOfBirth(v string)
SetDateOfBirth sets DateOfBirth field to given value.
func (o *TravelRuleWithdrawNaturalEntity) HasDateOfBirth() bool
HasDateOfBirth returns a boolean if a field has been set.
func (o *TravelRuleWithdrawNaturalEntity) GetPlaceOfBirth() string
GetPlaceOfBirth returns the PlaceOfBirth field if non-nil, zero value otherwise.
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.
func (o *TravelRuleWithdrawNaturalEntity) SetPlaceOfBirth(v string)
SetPlaceOfBirth sets PlaceOfBirth field to given value.
func (o *TravelRuleWithdrawNaturalEntity) HasPlaceOfBirth() bool
HasPlaceOfBirth returns a boolean if a field has been set.