| Name | Type | Description | Notes |
|---|---|---|---|
| PolicyID | Pointer to int32 | [optional] | |
| PolicyNumber | Pointer to float32 | [optional] | |
| Premium | float32 | ||
| Fee | Pointer to float32 | [optional] | |
| Tax | Pointer to float32 | [optional] | |
| Coverage | string | ||
| EffectiveDate | string | ||
| ExpirationDate | Pointer to string | [optional] | |
| Term | Pointer to int32 | [optional] | |
| MinimumEarned | Pointer to float32 | [optional] | |
| MinimumEarnedPercent | Pointer to float32 | [optional] | |
| MinimumLiability | Pointer to float32 | [optional] | |
| MaximumLiability | Pointer to float32 | [optional] | |
| InvoiceNumber | Pointer to string | [optional] | |
| PolicyFees | Pointer to []PFEndorsementRequestQuotePoliciesInnerPolicyFeeInner | [optional] | |
| Company | QuoteRequestPoliciesInnerCompany | ||
| Ga | Pointer to QuoteRequestPoliciesInnerGa | [optional] | |
| Broker | Pointer to QuoteRequestPoliciesInnerGa | [optional] |
func NewQuoteRequestPoliciesInner(premium float32, coverage string, effectiveDate string, company QuoteRequestPoliciesInnerCompany, ) *QuoteRequestPoliciesInner
NewQuoteRequestPoliciesInner instantiates a new QuoteRequestPoliciesInner 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 NewQuoteRequestPoliciesInnerWithDefaults() *QuoteRequestPoliciesInner
NewQuoteRequestPoliciesInnerWithDefaults instantiates a new QuoteRequestPoliciesInner 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 *QuoteRequestPoliciesInner) GetPolicyID() int32
GetPolicyID returns the PolicyID field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetPolicyIDOk() (*int32, bool)
GetPolicyIDOk returns a tuple with the PolicyID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetPolicyID(v int32)
SetPolicyID sets PolicyID field to given value.
func (o *QuoteRequestPoliciesInner) HasPolicyID() bool
HasPolicyID returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetPolicyNumber() float32
GetPolicyNumber returns the PolicyNumber field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetPolicyNumberOk() (*float32, 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 *QuoteRequestPoliciesInner) SetPolicyNumber(v float32)
SetPolicyNumber sets PolicyNumber field to given value.
func (o *QuoteRequestPoliciesInner) HasPolicyNumber() bool
HasPolicyNumber returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetPremium() float32
GetPremium returns the Premium field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) 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 *QuoteRequestPoliciesInner) SetPremium(v float32)
SetPremium sets Premium field to given value.
func (o *QuoteRequestPoliciesInner) GetFee() float32
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetFeeOk() (*float32, bool)
GetFeeOk returns a tuple with the Fee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetFee(v float32)
SetFee sets Fee field to given value.
func (o *QuoteRequestPoliciesInner) HasFee() bool
HasFee returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetTax() float32
GetTax returns the Tax field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) 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 *QuoteRequestPoliciesInner) SetTax(v float32)
SetTax sets Tax field to given value.
func (o *QuoteRequestPoliciesInner) HasTax() bool
HasTax returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetCoverage() string
GetCoverage returns the Coverage field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetCoverageOk() (*string, bool)
GetCoverageOk returns a tuple with the Coverage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetCoverage(v string)
SetCoverage sets Coverage field to given value.
func (o *QuoteRequestPoliciesInner) GetEffectiveDate() string
GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) 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 *QuoteRequestPoliciesInner) SetEffectiveDate(v string)
SetEffectiveDate sets EffectiveDate field to given value.
func (o *QuoteRequestPoliciesInner) GetExpirationDate() string
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) 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 *QuoteRequestPoliciesInner) SetExpirationDate(v string)
SetExpirationDate sets ExpirationDate field to given value.
func (o *QuoteRequestPoliciesInner) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetTerm() int32
GetTerm returns the Term field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetTermOk() (*int32, bool)
GetTermOk returns a tuple with the Term field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetTerm(v int32)
SetTerm sets Term field to given value.
func (o *QuoteRequestPoliciesInner) HasTerm() bool
HasTerm returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetMinimumEarned() float32
GetMinimumEarned returns the MinimumEarned field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetMinimumEarnedOk() (*float32, bool)
GetMinimumEarnedOk returns a tuple with the MinimumEarned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetMinimumEarned(v float32)
SetMinimumEarned sets MinimumEarned field to given value.
func (o *QuoteRequestPoliciesInner) HasMinimumEarned() bool
HasMinimumEarned returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetMinimumEarnedPercent() float32
GetMinimumEarnedPercent returns the MinimumEarnedPercent field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) 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 *QuoteRequestPoliciesInner) SetMinimumEarnedPercent(v float32)
SetMinimumEarnedPercent sets MinimumEarnedPercent field to given value.
func (o *QuoteRequestPoliciesInner) HasMinimumEarnedPercent() bool
HasMinimumEarnedPercent returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetMinimumLiability() float32
GetMinimumLiability returns the MinimumLiability field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetMinimumLiabilityOk() (*float32, bool)
GetMinimumLiabilityOk returns a tuple with the MinimumLiability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetMinimumLiability(v float32)
SetMinimumLiability sets MinimumLiability field to given value.
func (o *QuoteRequestPoliciesInner) HasMinimumLiability() bool
HasMinimumLiability returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetMaximumLiability() float32
GetMaximumLiability returns the MaximumLiability field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetMaximumLiabilityOk() (*float32, bool)
GetMaximumLiabilityOk returns a tuple with the MaximumLiability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetMaximumLiability(v float32)
SetMaximumLiability sets MaximumLiability field to given value.
func (o *QuoteRequestPoliciesInner) HasMaximumLiability() bool
HasMaximumLiability returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetInvoiceNumber() string
GetInvoiceNumber returns the InvoiceNumber field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetInvoiceNumberOk() (*string, bool)
GetInvoiceNumberOk returns a tuple with the InvoiceNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetInvoiceNumber(v string)
SetInvoiceNumber sets InvoiceNumber field to given value.
func (o *QuoteRequestPoliciesInner) HasInvoiceNumber() bool
HasInvoiceNumber returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetPolicyFees() []PFEndorsementRequestQuotePoliciesInnerPolicyFeeInner
GetPolicyFees returns the PolicyFees field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetPolicyFeesOk() (*[]PFEndorsementRequestQuotePoliciesInnerPolicyFeeInner, bool)
GetPolicyFeesOk returns a tuple with the PolicyFees field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetPolicyFees(v []PFEndorsementRequestQuotePoliciesInnerPolicyFeeInner)
SetPolicyFees sets PolicyFees field to given value.
func (o *QuoteRequestPoliciesInner) HasPolicyFees() bool
HasPolicyFees returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetCompany() QuoteRequestPoliciesInnerCompany
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetCompanyOk() (*QuoteRequestPoliciesInnerCompany, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetCompany(v QuoteRequestPoliciesInnerCompany)
SetCompany sets Company field to given value.
func (o *QuoteRequestPoliciesInner) GetGa() QuoteRequestPoliciesInnerGa
GetGa returns the Ga field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetGaOk() (*QuoteRequestPoliciesInnerGa, bool)
GetGaOk returns a tuple with the Ga field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetGa(v QuoteRequestPoliciesInnerGa)
SetGa sets Ga field to given value.
func (o *QuoteRequestPoliciesInner) HasGa() bool
HasGa returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInner) GetBroker() QuoteRequestPoliciesInnerGa
GetBroker returns the Broker field if non-nil, zero value otherwise.
func (o *QuoteRequestPoliciesInner) GetBrokerOk() (*QuoteRequestPoliciesInnerGa, bool)
GetBrokerOk returns a tuple with the Broker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestPoliciesInner) SetBroker(v QuoteRequestPoliciesInnerGa)
SetBroker sets Broker field to given value.
func (o *QuoteRequestPoliciesInner) HasBroker() bool
HasBroker returns a boolean if a field has been set.