Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

CheckAddressValidity200Response.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

CheckAddressValidity200Response

Properties

Name Type Description Notes
Validity bool Whether the address is valid. - `true`: The address is valid. - `false`: The address is invalid.

Methods

NewCheckAddressValidity200Response

func NewCheckAddressValidity200Response(validity bool, ) *CheckAddressValidity200Response

NewCheckAddressValidity200Response instantiates a new CheckAddressValidity200Response 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

NewCheckAddressValidity200ResponseWithDefaults

func NewCheckAddressValidity200ResponseWithDefaults() *CheckAddressValidity200Response

NewCheckAddressValidity200ResponseWithDefaults instantiates a new CheckAddressValidity200Response 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

GetValidity

func (o *CheckAddressValidity200Response) GetValidity() bool

GetValidity returns the Validity field if non-nil, zero value otherwise.

GetValidityOk

func (o *CheckAddressValidity200Response) GetValidityOk() (*bool, bool)

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

SetValidity

func (o *CheckAddressValidity200Response) SetValidity(v bool)

SetValidity sets Validity field to given value.

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