Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.51 KB

DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle.md

File metadata and controls

108 lines (59 loc) · 4.51 KB

DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle

Properties

Name Type Description Notes
IsQualified Pointer to bool Whether they are qualified for a passenger car, such as a “B” class in the UK [optional]
ObtainmentDate Pointer to string Date the class qualification was obtained [optional]
ExpiryDate Pointer to string Date the class qualification expires, which may be different to doc expiry [optional]

Methods

NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle

func NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle() *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle

NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle instantiates a new DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle 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

NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicleWithDefaults

func NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicleWithDefaults() *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle

NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicleWithDefaults instantiates a new DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle 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

GetIsQualified

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) GetIsQualified() bool

GetIsQualified returns the IsQualified field if non-nil, zero value otherwise.

GetIsQualifiedOk

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) GetIsQualifiedOk() (*bool, bool)

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

SetIsQualified

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) SetIsQualified(v bool)

SetIsQualified sets IsQualified field to given value.

HasIsQualified

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) HasIsQualified() bool

HasIsQualified returns a boolean if a field has been set.

GetObtainmentDate

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) GetObtainmentDate() string

GetObtainmentDate returns the ObtainmentDate field if non-nil, zero value otherwise.

GetObtainmentDateOk

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) GetObtainmentDateOk() (*string, bool)

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

SetObtainmentDate

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) SetObtainmentDate(v string)

SetObtainmentDate sets ObtainmentDate field to given value.

HasObtainmentDate

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) HasObtainmentDate() bool

HasObtainmentDate returns a boolean if a field has been set.

GetExpiryDate

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.

GetExpiryDateOk

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) GetExpiryDateOk() (*string, bool)

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

SetExpiryDate

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) SetExpiryDate(v string)

SetExpiryDate sets ExpiryDate field to given value.

HasExpiryDate

func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

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