Name | Type | Description | Notes |
---|---|---|---|
MatchedAddress | Pointer to float32 | Returns address number which has been matched. | [optional] |
MatchedAddresses | Pointer to []IdentityEnhancedPropertiesMatchedAddressesInner | Returns array of sources which contain matched addresses for the corresponding address number. | [optional] |
func NewIdentityEnhancedProperties() *IdentityEnhancedProperties
NewIdentityEnhancedProperties instantiates a new IdentityEnhancedProperties 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 NewIdentityEnhancedPropertiesWithDefaults() *IdentityEnhancedProperties
NewIdentityEnhancedPropertiesWithDefaults instantiates a new IdentityEnhancedProperties 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 *IdentityEnhancedProperties) GetMatchedAddress() float32
GetMatchedAddress returns the MatchedAddress field if non-nil, zero value otherwise.
func (o *IdentityEnhancedProperties) GetMatchedAddressOk() (*float32, bool)
GetMatchedAddressOk returns a tuple with the MatchedAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedProperties) SetMatchedAddress(v float32)
SetMatchedAddress sets MatchedAddress field to given value.
func (o *IdentityEnhancedProperties) HasMatchedAddress() bool
HasMatchedAddress returns a boolean if a field has been set.
func (o *IdentityEnhancedProperties) GetMatchedAddresses() []IdentityEnhancedPropertiesMatchedAddressesInner
GetMatchedAddresses returns the MatchedAddresses field if non-nil, zero value otherwise.
func (o *IdentityEnhancedProperties) GetMatchedAddressesOk() (*[]IdentityEnhancedPropertiesMatchedAddressesInner, bool)
GetMatchedAddressesOk returns a tuple with the MatchedAddresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedProperties) SetMatchedAddresses(v []IdentityEnhancedPropertiesMatchedAddressesInner)
SetMatchedAddresses sets MatchedAddresses field to given value.
func (o *IdentityEnhancedProperties) HasMatchedAddresses() bool
HasMatchedAddresses returns a boolean if a field has been set.