Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.12 KB

ValidateResponseKycResultPremissesAddress.md

File metadata and controls

134 lines (73 loc) · 4.12 KB

ValidateResponseKycResultPremissesAddress

Properties

Name Type Description Notes
District Pointer to string [optional]
Address Pointer to string [optional]
State Pointer to string [optional]
Pincode Pointer to string [optional]

Methods

NewValidateResponseKycResultPremissesAddress

func NewValidateResponseKycResultPremissesAddress() *ValidateResponseKycResultPremissesAddress

NewValidateResponseKycResultPremissesAddress instantiates a new ValidateResponseKycResultPremissesAddress 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

NewValidateResponseKycResultPremissesAddressWithDefaults

func NewValidateResponseKycResultPremissesAddressWithDefaults() *ValidateResponseKycResultPremissesAddress

NewValidateResponseKycResultPremissesAddressWithDefaults instantiates a new ValidateResponseKycResultPremissesAddress 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

GetDistrict

func (o *ValidateResponseKycResultPremissesAddress) GetDistrict() string

GetDistrict returns the District field if non-nil, zero value otherwise.

GetDistrictOk

func (o *ValidateResponseKycResultPremissesAddress) GetDistrictOk() (*string, bool)

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

SetDistrict

func (o *ValidateResponseKycResultPremissesAddress) SetDistrict(v string)

SetDistrict sets District field to given value.

HasDistrict

func (o *ValidateResponseKycResultPremissesAddress) HasDistrict() bool

HasDistrict returns a boolean if a field has been set.

GetAddress

func (o *ValidateResponseKycResultPremissesAddress) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *ValidateResponseKycResultPremissesAddress) GetAddressOk() (*string, bool)

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

SetAddress

func (o *ValidateResponseKycResultPremissesAddress) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *ValidateResponseKycResultPremissesAddress) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetState

func (o *ValidateResponseKycResultPremissesAddress) GetState() string

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

GetStateOk

func (o *ValidateResponseKycResultPremissesAddress) 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 *ValidateResponseKycResultPremissesAddress) SetState(v string)

SetState sets State field to given value.

HasState

func (o *ValidateResponseKycResultPremissesAddress) HasState() bool

HasState returns a boolean if a field has been set.

GetPincode

func (o *ValidateResponseKycResultPremissesAddress) GetPincode() string

GetPincode returns the Pincode field if non-nil, zero value otherwise.

GetPincodeOk

func (o *ValidateResponseKycResultPremissesAddress) GetPincodeOk() (*string, bool)

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

SetPincode

func (o *ValidateResponseKycResultPremissesAddress) SetPincode(v string)

SetPincode sets Pincode field to given value.

HasPincode

func (o *ValidateResponseKycResultPremissesAddress) HasPincode() bool

HasPincode returns a boolean if a field has been set.

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