Name | Type | Description | Notes |
---|---|---|---|
Formatted | Pointer to string | [optional] | |
StreetAddress | Pointer to string | [optional] | |
Locality | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
PostalCode | Pointer to string | [optional] | |
Country | Pointer to string | [optional] |
func NewAddressClaimSet() *AddressClaimSet
NewAddressClaimSet instantiates a new AddressClaimSet 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 NewAddressClaimSetWithDefaults() *AddressClaimSet
NewAddressClaimSetWithDefaults instantiates a new AddressClaimSet 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 *AddressClaimSet) GetFormatted() string
GetFormatted returns the Formatted field if non-nil, zero value otherwise.
func (o *AddressClaimSet) GetFormattedOk() (*string, bool)
GetFormattedOk returns a tuple with the Formatted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressClaimSet) SetFormatted(v string)
SetFormatted sets Formatted field to given value.
func (o *AddressClaimSet) HasFormatted() bool
HasFormatted returns a boolean if a field has been set.
func (o *AddressClaimSet) GetStreetAddress() string
GetStreetAddress returns the StreetAddress field if non-nil, zero value otherwise.
func (o *AddressClaimSet) GetStreetAddressOk() (*string, bool)
GetStreetAddressOk returns a tuple with the StreetAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressClaimSet) SetStreetAddress(v string)
SetStreetAddress sets StreetAddress field to given value.
func (o *AddressClaimSet) HasStreetAddress() bool
HasStreetAddress returns a boolean if a field has been set.
func (o *AddressClaimSet) GetLocality() string
GetLocality returns the Locality field if non-nil, zero value otherwise.
func (o *AddressClaimSet) GetLocalityOk() (*string, bool)
GetLocalityOk returns a tuple with the Locality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressClaimSet) SetLocality(v string)
SetLocality sets Locality field to given value.
func (o *AddressClaimSet) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (o *AddressClaimSet) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *AddressClaimSet) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressClaimSet) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *AddressClaimSet) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *AddressClaimSet) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *AddressClaimSet) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressClaimSet) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *AddressClaimSet) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *AddressClaimSet) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *AddressClaimSet) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressClaimSet) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *AddressClaimSet) HasCountry() bool
HasCountry returns a boolean if a field has been set.