Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 4.31 KB

TravelRuleWithdrawLegalEntity.md

File metadata and controls

124 lines (67 loc) · 4.31 KB

TravelRuleWithdrawLegalEntity

Properties

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]

Methods

NewTravelRuleWithdrawLegalEntity

func NewTravelRuleWithdrawLegalEntity(selectedEntityType SelectedEntityType, legalName string, ) *TravelRuleWithdrawLegalEntity

NewTravelRuleWithdrawLegalEntity instantiates a new TravelRuleWithdrawLegalEntity 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

NewTravelRuleWithdrawLegalEntityWithDefaults

func NewTravelRuleWithdrawLegalEntityWithDefaults() *TravelRuleWithdrawLegalEntity

NewTravelRuleWithdrawLegalEntityWithDefaults instantiates a new TravelRuleWithdrawLegalEntity 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 *TravelRuleWithdrawLegalEntity) GetSelectedEntityType() SelectedEntityType

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

GetSelectedEntityTypeOk

func (o *TravelRuleWithdrawLegalEntity) 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 *TravelRuleWithdrawLegalEntity) SetSelectedEntityType(v SelectedEntityType)

SetSelectedEntityType sets SelectedEntityType field to given value.

GetLegalName

func (o *TravelRuleWithdrawLegalEntity) GetLegalName() string

GetLegalName returns the LegalName field if non-nil, zero value otherwise.

GetLegalNameOk

func (o *TravelRuleWithdrawLegalEntity) 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.

SetLegalName

func (o *TravelRuleWithdrawLegalEntity) SetLegalName(v string)

SetLegalName sets LegalName field to given value.

GetDateOfIncorporation

func (o *TravelRuleWithdrawLegalEntity) GetDateOfIncorporation() string

GetDateOfIncorporation returns the DateOfIncorporation field if non-nil, zero value otherwise.

GetDateOfIncorporationOk

func (o *TravelRuleWithdrawLegalEntity) 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.

SetDateOfIncorporation

func (o *TravelRuleWithdrawLegalEntity) SetDateOfIncorporation(v string)

SetDateOfIncorporation sets DateOfIncorporation field to given value.

HasDateOfIncorporation

func (o *TravelRuleWithdrawLegalEntity) HasDateOfIncorporation() bool

HasDateOfIncorporation returns a boolean if a field has been set.

GetPlaceOfIncorporation

func (o *TravelRuleWithdrawLegalEntity) GetPlaceOfIncorporation() string

GetPlaceOfIncorporation returns the PlaceOfIncorporation field if non-nil, zero value otherwise.

GetPlaceOfIncorporationOk

func (o *TravelRuleWithdrawLegalEntity) 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.

SetPlaceOfIncorporation

func (o *TravelRuleWithdrawLegalEntity) SetPlaceOfIncorporation(v string)

SetPlaceOfIncorporation sets PlaceOfIncorporation field to given value.

HasPlaceOfIncorporation

func (o *TravelRuleWithdrawLegalEntity) HasPlaceOfIncorporation() bool

HasPlaceOfIncorporation returns a boolean if a field has been set.

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