Skip to content

Latest commit

 

History

History
478 lines (257 loc) · 13.9 KB

File metadata and controls

478 lines (257 loc) · 13.9 KB

QuoteRequestPoliciesInner

Properties

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]

Methods

NewQuoteRequestPoliciesInner

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

NewQuoteRequestPoliciesInnerWithDefaults

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

GetPolicyID

func (o *QuoteRequestPoliciesInner) GetPolicyID() int32

GetPolicyID returns the PolicyID field if non-nil, zero value otherwise.

GetPolicyIDOk

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.

SetPolicyID

func (o *QuoteRequestPoliciesInner) SetPolicyID(v int32)

SetPolicyID sets PolicyID field to given value.

HasPolicyID

func (o *QuoteRequestPoliciesInner) HasPolicyID() bool

HasPolicyID returns a boolean if a field has been set.

GetPolicyNumber

func (o *QuoteRequestPoliciesInner) GetPolicyNumber() float32

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

GetPolicyNumberOk

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.

SetPolicyNumber

func (o *QuoteRequestPoliciesInner) SetPolicyNumber(v float32)

SetPolicyNumber sets PolicyNumber field to given value.

HasPolicyNumber

func (o *QuoteRequestPoliciesInner) HasPolicyNumber() bool

HasPolicyNumber returns a boolean if a field has been set.

GetPremium

func (o *QuoteRequestPoliciesInner) GetPremium() float32

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

GetPremiumOk

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.

SetPremium

func (o *QuoteRequestPoliciesInner) SetPremium(v float32)

SetPremium sets Premium field to given value.

GetFee

func (o *QuoteRequestPoliciesInner) GetFee() float32

GetFee returns the Fee field if non-nil, zero value otherwise.

GetFeeOk

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.

SetFee

func (o *QuoteRequestPoliciesInner) SetFee(v float32)

SetFee sets Fee field to given value.

HasFee

func (o *QuoteRequestPoliciesInner) HasFee() bool

HasFee returns a boolean if a field has been set.

GetTax

func (o *QuoteRequestPoliciesInner) GetTax() float32

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

GetTaxOk

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.

SetTax

func (o *QuoteRequestPoliciesInner) SetTax(v float32)

SetTax sets Tax field to given value.

HasTax

func (o *QuoteRequestPoliciesInner) HasTax() bool

HasTax returns a boolean if a field has been set.

GetCoverage

func (o *QuoteRequestPoliciesInner) GetCoverage() string

GetCoverage returns the Coverage field if non-nil, zero value otherwise.

GetCoverageOk

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.

SetCoverage

func (o *QuoteRequestPoliciesInner) SetCoverage(v string)

SetCoverage sets Coverage field to given value.

GetEffectiveDate

func (o *QuoteRequestPoliciesInner) GetEffectiveDate() string

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

GetEffectiveDateOk

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.

SetEffectiveDate

func (o *QuoteRequestPoliciesInner) SetEffectiveDate(v string)

SetEffectiveDate sets EffectiveDate field to given value.

GetExpirationDate

func (o *QuoteRequestPoliciesInner) GetExpirationDate() string

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

GetExpirationDateOk

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.

SetExpirationDate

func (o *QuoteRequestPoliciesInner) SetExpirationDate(v string)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *QuoteRequestPoliciesInner) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

GetTerm

func (o *QuoteRequestPoliciesInner) GetTerm() int32

GetTerm returns the Term field if non-nil, zero value otherwise.

GetTermOk

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.

SetTerm

func (o *QuoteRequestPoliciesInner) SetTerm(v int32)

SetTerm sets Term field to given value.

HasTerm

func (o *QuoteRequestPoliciesInner) HasTerm() bool

HasTerm returns a boolean if a field has been set.

GetMinimumEarned

func (o *QuoteRequestPoliciesInner) GetMinimumEarned() float32

GetMinimumEarned returns the MinimumEarned field if non-nil, zero value otherwise.

GetMinimumEarnedOk

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.

SetMinimumEarned

func (o *QuoteRequestPoliciesInner) SetMinimumEarned(v float32)

SetMinimumEarned sets MinimumEarned field to given value.

HasMinimumEarned

func (o *QuoteRequestPoliciesInner) HasMinimumEarned() bool

HasMinimumEarned returns a boolean if a field has been set.

GetMinimumEarnedPercent

func (o *QuoteRequestPoliciesInner) GetMinimumEarnedPercent() float32

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

GetMinimumEarnedPercentOk

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.

SetMinimumEarnedPercent

func (o *QuoteRequestPoliciesInner) SetMinimumEarnedPercent(v float32)

SetMinimumEarnedPercent sets MinimumEarnedPercent field to given value.

HasMinimumEarnedPercent

func (o *QuoteRequestPoliciesInner) HasMinimumEarnedPercent() bool

HasMinimumEarnedPercent returns a boolean if a field has been set.

GetMinimumLiability

func (o *QuoteRequestPoliciesInner) GetMinimumLiability() float32

GetMinimumLiability returns the MinimumLiability field if non-nil, zero value otherwise.

GetMinimumLiabilityOk

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.

SetMinimumLiability

func (o *QuoteRequestPoliciesInner) SetMinimumLiability(v float32)

SetMinimumLiability sets MinimumLiability field to given value.

HasMinimumLiability

func (o *QuoteRequestPoliciesInner) HasMinimumLiability() bool

HasMinimumLiability returns a boolean if a field has been set.

GetMaximumLiability

func (o *QuoteRequestPoliciesInner) GetMaximumLiability() float32

GetMaximumLiability returns the MaximumLiability field if non-nil, zero value otherwise.

GetMaximumLiabilityOk

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.

SetMaximumLiability

func (o *QuoteRequestPoliciesInner) SetMaximumLiability(v float32)

SetMaximumLiability sets MaximumLiability field to given value.

HasMaximumLiability

func (o *QuoteRequestPoliciesInner) HasMaximumLiability() bool

HasMaximumLiability returns a boolean if a field has been set.

GetInvoiceNumber

func (o *QuoteRequestPoliciesInner) GetInvoiceNumber() string

GetInvoiceNumber returns the InvoiceNumber field if non-nil, zero value otherwise.

GetInvoiceNumberOk

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.

SetInvoiceNumber

func (o *QuoteRequestPoliciesInner) SetInvoiceNumber(v string)

SetInvoiceNumber sets InvoiceNumber field to given value.

HasInvoiceNumber

func (o *QuoteRequestPoliciesInner) HasInvoiceNumber() bool

HasInvoiceNumber returns a boolean if a field has been set.

GetPolicyFees

func (o *QuoteRequestPoliciesInner) GetPolicyFees() []PFEndorsementRequestQuotePoliciesInnerPolicyFeeInner

GetPolicyFees returns the PolicyFees field if non-nil, zero value otherwise.

GetPolicyFeesOk

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.

SetPolicyFees

func (o *QuoteRequestPoliciesInner) SetPolicyFees(v []PFEndorsementRequestQuotePoliciesInnerPolicyFeeInner)

SetPolicyFees sets PolicyFees field to given value.

HasPolicyFees

func (o *QuoteRequestPoliciesInner) HasPolicyFees() bool

HasPolicyFees returns a boolean if a field has been set.

GetCompany

func (o *QuoteRequestPoliciesInner) GetCompany() QuoteRequestPoliciesInnerCompany

GetCompany returns the Company field if non-nil, zero value otherwise.

GetCompanyOk

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.

SetCompany

func (o *QuoteRequestPoliciesInner) SetCompany(v QuoteRequestPoliciesInnerCompany)

SetCompany sets Company field to given value.

GetGa

func (o *QuoteRequestPoliciesInner) GetGa() QuoteRequestPoliciesInnerGa

GetGa returns the Ga field if non-nil, zero value otherwise.

GetGaOk

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.

SetGa

func (o *QuoteRequestPoliciesInner) SetGa(v QuoteRequestPoliciesInnerGa)

SetGa sets Ga field to given value.

HasGa

func (o *QuoteRequestPoliciesInner) HasGa() bool

HasGa returns a boolean if a field has been set.

GetBroker

func (o *QuoteRequestPoliciesInner) GetBroker() QuoteRequestPoliciesInnerGa

GetBroker returns the Broker field if non-nil, zero value otherwise.

GetBrokerOk

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.

SetBroker

func (o *QuoteRequestPoliciesInner) SetBroker(v QuoteRequestPoliciesInnerGa)

SetBroker sets Broker field to given value.

HasBroker

func (o *QuoteRequestPoliciesInner) HasBroker() bool

HasBroker returns a boolean if a field has been set.

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