Skip to content

Latest commit

 

History

History
291 lines (156 loc) · 9.1 KB

File metadata and controls

291 lines (156 loc) · 9.1 KB

PFLiteSecureQuoteRequestPoliciesInner

Properties

Name Type Description Notes
Id Pointer to string [optional]
PolicyNumber Pointer to string [optional]
Premium float32
AdditionalFees Pointer to float32 [optional]
Tax Pointer to float32 [optional]
CoverageType string
EffectiveDate string
MinimumEarnedPercent Pointer to float32 [optional]
CancelDays string
Carrier PFLiteSecureQuoteRequestPoliciesInnerCarrier
ExpirationDate Pointer to string [optional]

Methods

NewPFLiteSecureQuoteRequestPoliciesInner

func NewPFLiteSecureQuoteRequestPoliciesInner(premium float32, coverageType string, effectiveDate string, cancelDays string, carrier PFLiteSecureQuoteRequestPoliciesInnerCarrier, ) *PFLiteSecureQuoteRequestPoliciesInner

NewPFLiteSecureQuoteRequestPoliciesInner instantiates a new PFLiteSecureQuoteRequestPoliciesInner 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

NewPFLiteSecureQuoteRequestPoliciesInnerWithDefaults

func NewPFLiteSecureQuoteRequestPoliciesInnerWithDefaults() *PFLiteSecureQuoteRequestPoliciesInner

NewPFLiteSecureQuoteRequestPoliciesInnerWithDefaults instantiates a new PFLiteSecureQuoteRequestPoliciesInner 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

GetId

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetIdOk() (*string, bool)

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

SetId

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PFLiteSecureQuoteRequestPoliciesInner) HasId() bool

HasId returns a boolean if a field has been set.

GetPolicyNumber

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetPolicyNumber() string

GetPolicyNumber returns the PolicyNumber field if non-nil, zero value otherwise.

GetPolicyNumberOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetPolicyNumberOk() (*string, bool)

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

SetPolicyNumber

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetPolicyNumber(v string)

SetPolicyNumber sets PolicyNumber field to given value.

HasPolicyNumber

func (o *PFLiteSecureQuoteRequestPoliciesInner) HasPolicyNumber() bool

HasPolicyNumber returns a boolean if a field has been set.

GetPremium

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetPremium() float32

GetPremium returns the Premium field if non-nil, zero value otherwise.

GetPremiumOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetPremiumOk() (*float32, bool)

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

SetPremium

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetPremium(v float32)

SetPremium sets Premium field to given value.

GetAdditionalFees

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetAdditionalFees() float32

GetAdditionalFees returns the AdditionalFees field if non-nil, zero value otherwise.

GetAdditionalFeesOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetAdditionalFeesOk() (*float32, bool)

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

SetAdditionalFees

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetAdditionalFees(v float32)

SetAdditionalFees sets AdditionalFees field to given value.

HasAdditionalFees

func (o *PFLiteSecureQuoteRequestPoliciesInner) HasAdditionalFees() bool

HasAdditionalFees returns a boolean if a field has been set.

GetTax

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetTax() float32

GetTax returns the Tax field if non-nil, zero value otherwise.

GetTaxOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetTaxOk() (*float32, bool)

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

SetTax

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetTax(v float32)

SetTax sets Tax field to given value.

HasTax

func (o *PFLiteSecureQuoteRequestPoliciesInner) HasTax() bool

HasTax returns a boolean if a field has been set.

GetCoverageType

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCoverageType() string

GetCoverageType returns the CoverageType field if non-nil, zero value otherwise.

GetCoverageTypeOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCoverageTypeOk() (*string, bool)

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

SetCoverageType

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetCoverageType(v string)

SetCoverageType sets CoverageType field to given value.

GetEffectiveDate

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetEffectiveDate() string

GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise.

GetEffectiveDateOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetEffectiveDateOk() (*string, bool)

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

SetEffectiveDate

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetEffectiveDate(v string)

SetEffectiveDate sets EffectiveDate field to given value.

GetMinimumEarnedPercent

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetMinimumEarnedPercent() float32

GetMinimumEarnedPercent returns the MinimumEarnedPercent field if non-nil, zero value otherwise.

GetMinimumEarnedPercentOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetMinimumEarnedPercentOk() (*float32, bool)

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

SetMinimumEarnedPercent

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetMinimumEarnedPercent(v float32)

SetMinimumEarnedPercent sets MinimumEarnedPercent field to given value.

HasMinimumEarnedPercent

func (o *PFLiteSecureQuoteRequestPoliciesInner) HasMinimumEarnedPercent() bool

HasMinimumEarnedPercent returns a boolean if a field has been set.

GetCancelDays

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCancelDays() string

GetCancelDays returns the CancelDays field if non-nil, zero value otherwise.

GetCancelDaysOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCancelDaysOk() (*string, bool)

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

SetCancelDays

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetCancelDays(v string)

SetCancelDays sets CancelDays field to given value.

GetCarrier

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCarrier() PFLiteSecureQuoteRequestPoliciesInnerCarrier

GetCarrier returns the Carrier field if non-nil, zero value otherwise.

GetCarrierOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCarrierOk() (*PFLiteSecureQuoteRequestPoliciesInnerCarrier, bool)

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

SetCarrier

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetCarrier(v PFLiteSecureQuoteRequestPoliciesInnerCarrier)

SetCarrier sets Carrier field to given value.

GetExpirationDate

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetExpirationDate() string

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

func (o *PFLiteSecureQuoteRequestPoliciesInner) GetExpirationDateOk() (*string, bool)

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

SetExpirationDate

func (o *PFLiteSecureQuoteRequestPoliciesInner) SetExpirationDate(v string)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *PFLiteSecureQuoteRequestPoliciesInner) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

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