Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.34 KB

DocumentPropertiesAddressLines.md

File metadata and controls

186 lines (101 loc) · 5.34 KB

DocumentPropertiesAddressLines

Properties

Name Type Description Notes
StreetAddress Pointer to string [optional]
State Pointer to string [optional]
PostalCode Pointer to string [optional]
Country Pointer to string [optional]
City Pointer to string [optional]
CountryCode Pointer to string [optional]

Methods

NewDocumentPropertiesAddressLines

func NewDocumentPropertiesAddressLines() *DocumentPropertiesAddressLines

NewDocumentPropertiesAddressLines instantiates a new DocumentPropertiesAddressLines 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

NewDocumentPropertiesAddressLinesWithDefaults

func NewDocumentPropertiesAddressLinesWithDefaults() *DocumentPropertiesAddressLines

NewDocumentPropertiesAddressLinesWithDefaults instantiates a new DocumentPropertiesAddressLines 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

GetStreetAddress

func (o *DocumentPropertiesAddressLines) GetStreetAddress() string

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

GetStreetAddressOk

func (o *DocumentPropertiesAddressLines) 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 *DocumentPropertiesAddressLines) SetStreetAddress(v string)

SetStreetAddress sets StreetAddress field to given value.

HasStreetAddress

func (o *DocumentPropertiesAddressLines) HasStreetAddress() bool

HasStreetAddress returns a boolean if a field has been set.

GetState

func (o *DocumentPropertiesAddressLines) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *DocumentPropertiesAddressLines) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetState

func (o *DocumentPropertiesAddressLines) SetState(v string)

SetState sets State field to given value.

HasState

func (o *DocumentPropertiesAddressLines) HasState() bool

HasState returns a boolean if a field has been set.

GetPostalCode

func (o *DocumentPropertiesAddressLines) GetPostalCode() string

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

GetPostalCodeOk

func (o *DocumentPropertiesAddressLines) 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 *DocumentPropertiesAddressLines) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *DocumentPropertiesAddressLines) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetCountry

func (o *DocumentPropertiesAddressLines) GetCountry() string

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

GetCountryOk

func (o *DocumentPropertiesAddressLines) 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 *DocumentPropertiesAddressLines) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *DocumentPropertiesAddressLines) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetCity

func (o *DocumentPropertiesAddressLines) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

func (o *DocumentPropertiesAddressLines) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCity

func (o *DocumentPropertiesAddressLines) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *DocumentPropertiesAddressLines) HasCity() bool

HasCity returns a boolean if a field has been set.

GetCountryCode

func (o *DocumentPropertiesAddressLines) GetCountryCode() string

GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.

GetCountryCodeOk

func (o *DocumentPropertiesAddressLines) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountryCode

func (o *DocumentPropertiesAddressLines) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *DocumentPropertiesAddressLines) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

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