| 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] |
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
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
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetId(v string)
SetId sets Id field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetPolicyNumber() string
GetPolicyNumber returns the PolicyNumber field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetPolicyNumber(v string)
SetPolicyNumber sets PolicyNumber field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) HasPolicyNumber() bool
HasPolicyNumber returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetPremium() float32
GetPremium returns the Premium field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetPremium(v float32)
SetPremium sets Premium field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetAdditionalFees() float32
GetAdditionalFees returns the AdditionalFees field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetAdditionalFees(v float32)
SetAdditionalFees sets AdditionalFees field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) HasAdditionalFees() bool
HasAdditionalFees returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetTax() float32
GetTax returns the Tax field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetTax(v float32)
SetTax sets Tax field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) HasTax() bool
HasTax returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCoverageType() string
GetCoverageType returns the CoverageType field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetCoverageType(v string)
SetCoverageType sets CoverageType field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetEffectiveDate() string
GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetEffectiveDate(v string)
SetEffectiveDate sets EffectiveDate field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetMinimumEarnedPercent() float32
GetMinimumEarnedPercent returns the MinimumEarnedPercent field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetMinimumEarnedPercent(v float32)
SetMinimumEarnedPercent sets MinimumEarnedPercent field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) HasMinimumEarnedPercent() bool
HasMinimumEarnedPercent returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCancelDays() string
GetCancelDays returns the CancelDays field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetCancelDays(v string)
SetCancelDays sets CancelDays field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetCarrier() PFLiteSecureQuoteRequestPoliciesInnerCarrier
GetCarrier returns the Carrier field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetCarrier(v PFLiteSecureQuoteRequestPoliciesInnerCarrier)
SetCarrier sets Carrier field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) GetExpirationDate() string
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
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.
func (o *PFLiteSecureQuoteRequestPoliciesInner) SetExpirationDate(v string)
SetExpirationDate sets ExpirationDate field to given value.
func (o *PFLiteSecureQuoteRequestPoliciesInner) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.