Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.61 KB

IndiaPanReportAllOfPropertiesDevice.md

File metadata and controls

82 lines (45 loc) · 2.61 KB

IndiaPanReportAllOfPropertiesDevice

Properties

Name Type Description Notes
Pan Pointer to string The applicant's PAN (10 digit alphanumeric number). [optional]
FullName Pointer to string The applicant's full name. [optional]

Methods

NewIndiaPanReportAllOfPropertiesDevice

func NewIndiaPanReportAllOfPropertiesDevice() *IndiaPanReportAllOfPropertiesDevice

NewIndiaPanReportAllOfPropertiesDevice instantiates a new IndiaPanReportAllOfPropertiesDevice 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

NewIndiaPanReportAllOfPropertiesDeviceWithDefaults

func NewIndiaPanReportAllOfPropertiesDeviceWithDefaults() *IndiaPanReportAllOfPropertiesDevice

NewIndiaPanReportAllOfPropertiesDeviceWithDefaults instantiates a new IndiaPanReportAllOfPropertiesDevice 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

GetPan

func (o *IndiaPanReportAllOfPropertiesDevice) GetPan() string

GetPan returns the Pan field if non-nil, zero value otherwise.

GetPanOk

func (o *IndiaPanReportAllOfPropertiesDevice) GetPanOk() (*string, bool)

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

SetPan

func (o *IndiaPanReportAllOfPropertiesDevice) SetPan(v string)

SetPan sets Pan field to given value.

HasPan

func (o *IndiaPanReportAllOfPropertiesDevice) HasPan() bool

HasPan returns a boolean if a field has been set.

GetFullName

func (o *IndiaPanReportAllOfPropertiesDevice) GetFullName() string

GetFullName returns the FullName field if non-nil, zero value otherwise.

GetFullNameOk

func (o *IndiaPanReportAllOfPropertiesDevice) GetFullNameOk() (*string, bool)

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

SetFullName

func (o *IndiaPanReportAllOfPropertiesDevice) SetFullName(v string)

SetFullName sets FullName field to given value.

HasFullName

func (o *IndiaPanReportAllOfPropertiesDevice) HasFullName() bool

HasFullName returns a boolean if a field has been set.

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