Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.6 KB

AddressAllOf4.md

File metadata and controls

56 lines (31 loc) · 1.6 KB

AddressAllOf4

Properties

Name Type Description Notes
PostCode Pointer to string The post code of the party’s address. [optional]

Methods

NewAddressAllOf4

func NewAddressAllOf4() *AddressAllOf4

NewAddressAllOf4 instantiates a new AddressAllOf4 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

NewAddressAllOf4WithDefaults

func NewAddressAllOf4WithDefaults() *AddressAllOf4

NewAddressAllOf4WithDefaults instantiates a new AddressAllOf4 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

GetPostCode

func (o *AddressAllOf4) GetPostCode() string

GetPostCode returns the PostCode field if non-nil, zero value otherwise.

GetPostCodeOk

func (o *AddressAllOf4) GetPostCodeOk() (*string, bool)

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

SetPostCode

func (o *AddressAllOf4) SetPostCode(v string)

SetPostCode sets PostCode field to given value.

HasPostCode

func (o *AddressAllOf4) HasPostCode() bool

HasPostCode returns a boolean if a field has been set.

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