Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.58 KB

AddressAllOf1.md

File metadata and controls

56 lines (31 loc) · 1.58 KB

AddressAllOf1

Properties

Name Type Description Notes
Street Pointer to string The name of the street of the party’s address. [optional]

Methods

NewAddressAllOf1

func NewAddressAllOf1() *AddressAllOf1

NewAddressAllOf1 instantiates a new AddressAllOf1 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

NewAddressAllOf1WithDefaults

func NewAddressAllOf1WithDefaults() *AddressAllOf1

NewAddressAllOf1WithDefaults instantiates a new AddressAllOf1 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

GetStreet

func (o *AddressAllOf1) GetStreet() string

GetStreet returns the Street field if non-nil, zero value otherwise.

GetStreetOk

func (o *AddressAllOf1) GetStreetOk() (*string, bool)

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

SetStreet

func (o *AddressAllOf1) SetStreet(v string)

SetStreet sets Street field to given value.

HasStreet

func (o *AddressAllOf1) HasStreet() bool

HasStreet returns a boolean if a field has been set.

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