Name | Type | Description | Notes |
---|---|---|---|
SelectedEntityType | string | Specifies the type of entity associated with the transaction. | |
LegalName | string | The legal name of the entity. | |
DateOfIncorporation | Pointer to string | The incorporation date of the entity. This field is required when: - Calling: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - Entity Type: LEGAL. Otherwise, this field can be omitted. | [optional] |
PlaceOfIncorporation | Pointer to string | The place of incorporation of the entity. This field is required when: - Calling: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - Entity Type: LEGAL. Otherwise, this field can be omitted. | [optional] |
func NewTravelRuleDepositLegalEntity(selectedEntityType string, legalName string, ) *TravelRuleDepositLegalEntity
NewTravelRuleDepositLegalEntity instantiates a new TravelRuleDepositLegalEntity 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 NewTravelRuleDepositLegalEntityWithDefaults() *TravelRuleDepositLegalEntity
NewTravelRuleDepositLegalEntityWithDefaults instantiates a new TravelRuleDepositLegalEntity 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 *TravelRuleDepositLegalEntity) GetSelectedEntityType() string
GetSelectedEntityType returns the SelectedEntityType field if non-nil, zero value otherwise.
func (o *TravelRuleDepositLegalEntity) GetSelectedEntityTypeOk() (*string, 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 *TravelRuleDepositLegalEntity) SetSelectedEntityType(v string)
SetSelectedEntityType sets SelectedEntityType field to given value.
func (o *TravelRuleDepositLegalEntity) GetLegalName() string
GetLegalName returns the LegalName field if non-nil, zero value otherwise.
func (o *TravelRuleDepositLegalEntity) 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 *TravelRuleDepositLegalEntity) SetLegalName(v string)
SetLegalName sets LegalName field to given value.
func (o *TravelRuleDepositLegalEntity) GetDateOfIncorporation() string
GetDateOfIncorporation returns the DateOfIncorporation field if non-nil, zero value otherwise.
func (o *TravelRuleDepositLegalEntity) 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 *TravelRuleDepositLegalEntity) SetDateOfIncorporation(v string)
SetDateOfIncorporation sets DateOfIncorporation field to given value.
func (o *TravelRuleDepositLegalEntity) HasDateOfIncorporation() bool
HasDateOfIncorporation returns a boolean if a field has been set.
func (o *TravelRuleDepositLegalEntity) GetPlaceOfIncorporation() string
GetPlaceOfIncorporation returns the PlaceOfIncorporation field if non-nil, zero value otherwise.
func (o *TravelRuleDepositLegalEntity) 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 *TravelRuleDepositLegalEntity) SetPlaceOfIncorporation(v string)
SetPlaceOfIncorporation sets PlaceOfIncorporation field to given value.
func (o *TravelRuleDepositLegalEntity) HasPlaceOfIncorporation() bool
HasPlaceOfIncorporation returns a boolean if a field has been set.