| Name | Type | Description | Notes |
|---|---|---|---|
| VendorId | Pointer to string | [optional] | |
| VerificationType | Pointer to string | [optional] | |
| VerificationStatus | Pointer to string | [optional] | |
| VerificationReason | Pointer to string | [optional] | |
| VerifiedOn | Pointer to string | [optional] |
func NewVendorResponseDTOVerificationResultsInner() *VendorResponseDTOVerificationResultsInner
NewVendorResponseDTOVerificationResultsInner instantiates a new VendorResponseDTOVerificationResultsInner 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
func NewVendorResponseDTOVerificationResultsInnerWithDefaults() *VendorResponseDTOVerificationResultsInner
NewVendorResponseDTOVerificationResultsInnerWithDefaults instantiates a new VendorResponseDTOVerificationResultsInner 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
func (o *VendorResponseDTOVerificationResultsInner) GetVendorId() string
GetVendorId returns the VendorId field if non-nil, zero value otherwise.
func (o *VendorResponseDTOVerificationResultsInner) GetVendorIdOk() (*string, bool)
GetVendorIdOk returns a tuple with the VendorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorResponseDTOVerificationResultsInner) SetVendorId(v string)
SetVendorId sets VendorId field to given value.
func (o *VendorResponseDTOVerificationResultsInner) HasVendorId() bool
HasVendorId returns a boolean if a field has been set.
func (o *VendorResponseDTOVerificationResultsInner) GetVerificationType() string
GetVerificationType returns the VerificationType field if non-nil, zero value otherwise.
func (o *VendorResponseDTOVerificationResultsInner) GetVerificationTypeOk() (*string, bool)
GetVerificationTypeOk returns a tuple with the VerificationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorResponseDTOVerificationResultsInner) SetVerificationType(v string)
SetVerificationType sets VerificationType field to given value.
func (o *VendorResponseDTOVerificationResultsInner) HasVerificationType() bool
HasVerificationType returns a boolean if a field has been set.
func (o *VendorResponseDTOVerificationResultsInner) GetVerificationStatus() string
GetVerificationStatus returns the VerificationStatus field if non-nil, zero value otherwise.
func (o *VendorResponseDTOVerificationResultsInner) GetVerificationStatusOk() (*string, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorResponseDTOVerificationResultsInner) SetVerificationStatus(v string)
SetVerificationStatus sets VerificationStatus field to given value.
func (o *VendorResponseDTOVerificationResultsInner) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (o *VendorResponseDTOVerificationResultsInner) GetVerificationReason() string
GetVerificationReason returns the VerificationReason field if non-nil, zero value otherwise.
func (o *VendorResponseDTOVerificationResultsInner) GetVerificationReasonOk() (*string, bool)
GetVerificationReasonOk returns a tuple with the VerificationReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorResponseDTOVerificationResultsInner) SetVerificationReason(v string)
SetVerificationReason sets VerificationReason field to given value.
func (o *VendorResponseDTOVerificationResultsInner) HasVerificationReason() bool
HasVerificationReason returns a boolean if a field has been set.
func (o *VendorResponseDTOVerificationResultsInner) GetVerifiedOn() string
GetVerifiedOn returns the VerifiedOn field if non-nil, zero value otherwise.
func (o *VendorResponseDTOVerificationResultsInner) GetVerifiedOnOk() (*string, bool)
GetVerifiedOnOk returns a tuple with the VerifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorResponseDTOVerificationResultsInner) SetVerifiedOn(v string)
SetVerifiedOn sets VerifiedOn field to given value.
func (o *VendorResponseDTOVerificationResultsInner) HasVerifiedOn() bool
HasVerifiedOn returns a boolean if a field has been set.