Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.87 KB

AddressClaimSet.md

File metadata and controls

186 lines (101 loc) · 4.87 KB

AddressClaimSet

Properties

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]

Methods

NewAddressClaimSet

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

NewAddressClaimSetWithDefaults

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

GetFormatted

func (o *AddressClaimSet) GetFormatted() string

GetFormatted returns the Formatted field if non-nil, zero value otherwise.

GetFormattedOk

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.

SetFormatted

func (o *AddressClaimSet) SetFormatted(v string)

SetFormatted sets Formatted field to given value.

HasFormatted

func (o *AddressClaimSet) HasFormatted() bool

HasFormatted returns a boolean if a field has been set.

GetStreetAddress

func (o *AddressClaimSet) GetStreetAddress() string

GetStreetAddress returns the StreetAddress field if non-nil, zero value otherwise.

GetStreetAddressOk

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.

SetStreetAddress

func (o *AddressClaimSet) SetStreetAddress(v string)

SetStreetAddress sets StreetAddress field to given value.

HasStreetAddress

func (o *AddressClaimSet) HasStreetAddress() bool

HasStreetAddress returns a boolean if a field has been set.

GetLocality

func (o *AddressClaimSet) GetLocality() string

GetLocality returns the Locality field if non-nil, zero value otherwise.

GetLocalityOk

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.

SetLocality

func (o *AddressClaimSet) SetLocality(v string)

SetLocality sets Locality field to given value.

HasLocality

func (o *AddressClaimSet) HasLocality() bool

HasLocality returns a boolean if a field has been set.

GetRegion

func (o *AddressClaimSet) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *AddressClaimSet) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *AddressClaimSet) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetPostalCode

func (o *AddressClaimSet) GetPostalCode() string

GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.

GetPostalCodeOk

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.

SetPostalCode

func (o *AddressClaimSet) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *AddressClaimSet) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetCountry

func (o *AddressClaimSet) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

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.

SetCountry

func (o *AddressClaimSet) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *AddressClaimSet) HasCountry() bool

HasCountry returns a boolean if a field has been set.

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