Name | Type | Description | Notes |
---|---|---|---|
SelectedEntityType | SelectedEntityType | ||
LegalName | string | The legal name of the entity. | |
DateOfIncorporation | Pointer to string | The incorporation date of the entity. | [optional] |
PlaceOfIncorporation | Pointer to string | The place of incorporation of the entity. | [optional] |
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 NewTravelRuleWithdrawExchangesOrVASPEntityInfo(selectedEntityType SelectedEntityType, legalName string, firstName string, lastName string, ) *TravelRuleWithdrawExchangesOrVASPEntityInfo
NewTravelRuleWithdrawExchangesOrVASPEntityInfo instantiates a new TravelRuleWithdrawExchangesOrVASPEntityInfo 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 NewTravelRuleWithdrawExchangesOrVASPEntityInfoWithDefaults() *TravelRuleWithdrawExchangesOrVASPEntityInfo
NewTravelRuleWithdrawExchangesOrVASPEntityInfoWithDefaults instantiates a new TravelRuleWithdrawExchangesOrVASPEntityInfo 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 *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetSelectedEntityType() SelectedEntityType
GetSelectedEntityType returns the SelectedEntityType field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) 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 *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetSelectedEntityType(v SelectedEntityType)
SetSelectedEntityType sets SelectedEntityType field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetLegalName() string
GetLegalName returns the LegalName field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetLegalNameOk() (*string, bool)
GetLegalNameOk returns a tuple with the LegalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetLegalName(v string)
SetLegalName sets LegalName field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetDateOfIncorporation() string
GetDateOfIncorporation returns the DateOfIncorporation field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetDateOfIncorporationOk() (*string, bool)
GetDateOfIncorporationOk returns a tuple with the DateOfIncorporation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetDateOfIncorporation(v string)
SetDateOfIncorporation sets DateOfIncorporation field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) HasDateOfIncorporation() bool
HasDateOfIncorporation returns a boolean if a field has been set.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetPlaceOfIncorporation() string
GetPlaceOfIncorporation returns the PlaceOfIncorporation field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetPlaceOfIncorporationOk() (*string, bool)
GetPlaceOfIncorporationOk returns a tuple with the PlaceOfIncorporation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetPlaceOfIncorporation(v string)
SetPlaceOfIncorporation sets PlaceOfIncorporation field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) HasPlaceOfIncorporation() bool
HasPlaceOfIncorporation returns a boolean if a field has been set.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) 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 *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) 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 *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetDateOfBirth() string
GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) 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 *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetDateOfBirth(v string)
SetDateOfBirth sets DateOfBirth field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) HasDateOfBirth() bool
HasDateOfBirth returns a boolean if a field has been set.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) GetPlaceOfBirth() string
GetPlaceOfBirth returns the PlaceOfBirth field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) 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 *TravelRuleWithdrawExchangesOrVASPEntityInfo) SetPlaceOfBirth(v string)
SetPlaceOfBirth sets PlaceOfBirth field to given value.
func (o *TravelRuleWithdrawExchangesOrVASPEntityInfo) HasPlaceOfBirth() bool
HasPlaceOfBirth returns a boolean if a field has been set.