| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | The unique identifier for the quote. | [optional] |
| QuoteKey | Pointer to string | The key associated with the quote. | [optional] |
| PFType | Pointer to string | The type of premium finance. | [optional] |
| IsEndorsement | Pointer to bool | Indicates if the quote is an endorsement. | [optional] |
| MerchantId | Pointer to string | The ID of the merchant. | [optional] |
| ProgramId | Pointer to int32 | The ID of the program. | [optional] |
| ProgramName | Pointer to string | The name of the program. | [optional] |
| PaymentIntentId | Pointer to string | The ID of the payment intent. | [optional] |
| AccountNumber | Pointer to string | The account number. | [optional] |
| QuoteStatus | Pointer to string | The status of the quote. | [optional] |
| IsActive | Pointer to bool | Indicates if the quote is active. | [optional] [default to true] |
| Premium | Pointer to float32 | The premium amount. | [optional] |
| Tax | Pointer to float32 | [optional] | |
| AdditionalFees | Pointer to float32 | Additional fees associated with the quote. | [optional] |
| BrokerFee | Pointer to float32 | broker fees associated with the quote. | [optional] |
| DownAmount | Pointer to float32 | The down payment amount. | [optional] |
| AmountFinanced | Pointer to float32 | The amount financed. | [optional] |
| FinanceCharge | Pointer to float32 | The finance charge. | [optional] |
| TotalPayments | Pointer to float32 | The total payments. | [optional] |
| PaymentAmount | Pointer to float32 | The payment amount. | [optional] |
| TotalAmount | Pointer to float32 | Total amount. | [optional] |
| DocStamp | Pointer to int32 | The document stamp. | [optional] |
| FirstDueDate | Pointer to string | The first due date. | [optional] |
| Apr | Pointer to float32 | The annual percentage rate (APR). | [optional] |
| Installments | Pointer to int32 | The number of installments. | [optional] |
| BatchId | Pointer to string | The batch ID. | [optional] |
| AutopayStatus | Pointer to string | The autopayStatus. | [optional] |
| PaymentsRetained | Pointer to int32 | The number of payments retained. | [optional] |
| PaymentRetainedAmount | Pointer to float32 | The amount retained from the payment. | [optional] |
| RetailAgentRegisterLoginURL | Pointer to string | The URL for the retail agent register login. | [optional] |
| InsuredName | Pointer to string | The name of the insured. | [optional] |
| IsEsignPFA | Pointer to bool | Indicates if eSign is required for the PFA. | [optional] |
| NextPaymentDueDate | Pointer to string | The next payment due date. | [optional] |
| LastPaymentDate | Pointer to string | The last payment date. | [optional] |
| IsDownPaymentRequired | Pointer to bool | Indicates if a down payment is required. | [optional] |
| IsEsignRequired | Pointer to bool | Indicates if eSign is required. | [optional] |
| IsDeleted | Pointer to bool | Indicates if the quote is deleted. | [optional] |
| OfferAutoPay | Pointer to bool | The OfferAutoPay Status. | [optional] |
| CreatedOn | Pointer to string | The date when the quote was created. | [optional] |
| CreatedBy | Pointer to string | The user who created the quote. | [optional] |
| ModifiedOn | Pointer to string | The date when the quote was last modified. | [optional] |
| ModifiedBy | Pointer to string | The user who last modified the quote. | [optional] |
| UnSignPFA | Pointer to string | The unsigned PFA document. | [optional] |
| SignPFA | Pointer to string | The signed PFA document. | [optional] |
func NewQuoteResponse() *QuoteResponse
NewQuoteResponse instantiates a new QuoteResponse 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 NewQuoteResponseWithDefaults() *QuoteResponse
NewQuoteResponseWithDefaults instantiates a new QuoteResponse 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 *QuoteResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *QuoteResponse) 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 *QuoteResponse) SetId(v string)
SetId sets Id field to given value.
func (o *QuoteResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *QuoteResponse) GetQuoteKey() string
GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetQuoteKeyOk() (*string, bool)
GetQuoteKeyOk returns a tuple with the QuoteKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetQuoteKey(v string)
SetQuoteKey sets QuoteKey field to given value.
func (o *QuoteResponse) HasQuoteKey() bool
HasQuoteKey returns a boolean if a field has been set.
func (o *QuoteResponse) GetPFType() string
GetPFType returns the PFType field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetPFTypeOk() (*string, bool)
GetPFTypeOk returns a tuple with the PFType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetPFType(v string)
SetPFType sets PFType field to given value.
func (o *QuoteResponse) HasPFType() bool
HasPFType returns a boolean if a field has been set.
func (o *QuoteResponse) GetIsEndorsement() bool
GetIsEndorsement returns the IsEndorsement field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetIsEndorsementOk() (*bool, bool)
GetIsEndorsementOk returns a tuple with the IsEndorsement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetIsEndorsement(v bool)
SetIsEndorsement sets IsEndorsement field to given value.
func (o *QuoteResponse) HasIsEndorsement() bool
HasIsEndorsement returns a boolean if a field has been set.
func (o *QuoteResponse) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *QuoteResponse) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *QuoteResponse) GetProgramId() int32
GetProgramId returns the ProgramId field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetProgramIdOk() (*int32, bool)
GetProgramIdOk returns a tuple with the ProgramId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetProgramId(v int32)
SetProgramId sets ProgramId field to given value.
func (o *QuoteResponse) HasProgramId() bool
HasProgramId returns a boolean if a field has been set.
func (o *QuoteResponse) GetProgramName() string
GetProgramName returns the ProgramName field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetProgramNameOk() (*string, bool)
GetProgramNameOk returns a tuple with the ProgramName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetProgramName(v string)
SetProgramName sets ProgramName field to given value.
func (o *QuoteResponse) HasProgramName() bool
HasProgramName returns a boolean if a field has been set.
func (o *QuoteResponse) GetPaymentIntentId() string
GetPaymentIntentId returns the PaymentIntentId field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetPaymentIntentIdOk() (*string, bool)
GetPaymentIntentIdOk returns a tuple with the PaymentIntentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetPaymentIntentId(v string)
SetPaymentIntentId sets PaymentIntentId field to given value.
func (o *QuoteResponse) HasPaymentIntentId() bool
HasPaymentIntentId returns a boolean if a field has been set.
func (o *QuoteResponse) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *QuoteResponse) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *QuoteResponse) GetQuoteStatus() string
GetQuoteStatus returns the QuoteStatus field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetQuoteStatusOk() (*string, bool)
GetQuoteStatusOk returns a tuple with the QuoteStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetQuoteStatus(v string)
SetQuoteStatus sets QuoteStatus field to given value.
func (o *QuoteResponse) HasQuoteStatus() bool
HasQuoteStatus returns a boolean if a field has been set.
func (o *QuoteResponse) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *QuoteResponse) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *QuoteResponse) GetPremium() float32
GetPremium returns the Premium field if non-nil, zero value otherwise.
func (o *QuoteResponse) 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 *QuoteResponse) SetPremium(v float32)
SetPremium sets Premium field to given value.
func (o *QuoteResponse) HasPremium() bool
HasPremium returns a boolean if a field has been set.
func (o *QuoteResponse) GetTax() float32
GetTax returns the Tax field if non-nil, zero value otherwise.
func (o *QuoteResponse) 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 *QuoteResponse) SetTax(v float32)
SetTax sets Tax field to given value.
func (o *QuoteResponse) HasTax() bool
HasTax returns a boolean if a field has been set.
func (o *QuoteResponse) GetAdditionalFees() float32
GetAdditionalFees returns the AdditionalFees field if non-nil, zero value otherwise.
func (o *QuoteResponse) 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 *QuoteResponse) SetAdditionalFees(v float32)
SetAdditionalFees sets AdditionalFees field to given value.
func (o *QuoteResponse) HasAdditionalFees() bool
HasAdditionalFees returns a boolean if a field has been set.
func (o *QuoteResponse) GetBrokerFee() float32
GetBrokerFee returns the BrokerFee field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetBrokerFeeOk() (*float32, bool)
GetBrokerFeeOk returns a tuple with the BrokerFee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetBrokerFee(v float32)
SetBrokerFee sets BrokerFee field to given value.
func (o *QuoteResponse) HasBrokerFee() bool
HasBrokerFee returns a boolean if a field has been set.
func (o *QuoteResponse) GetDownAmount() float32
GetDownAmount returns the DownAmount field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetDownAmountOk() (*float32, bool)
GetDownAmountOk returns a tuple with the DownAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetDownAmount(v float32)
SetDownAmount sets DownAmount field to given value.
func (o *QuoteResponse) HasDownAmount() bool
HasDownAmount returns a boolean if a field has been set.
func (o *QuoteResponse) GetAmountFinanced() float32
GetAmountFinanced returns the AmountFinanced field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetAmountFinancedOk() (*float32, bool)
GetAmountFinancedOk returns a tuple with the AmountFinanced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetAmountFinanced(v float32)
SetAmountFinanced sets AmountFinanced field to given value.
func (o *QuoteResponse) HasAmountFinanced() bool
HasAmountFinanced returns a boolean if a field has been set.
func (o *QuoteResponse) GetFinanceCharge() float32
GetFinanceCharge returns the FinanceCharge field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetFinanceChargeOk() (*float32, bool)
GetFinanceChargeOk returns a tuple with the FinanceCharge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetFinanceCharge(v float32)
SetFinanceCharge sets FinanceCharge field to given value.
func (o *QuoteResponse) HasFinanceCharge() bool
HasFinanceCharge returns a boolean if a field has been set.
func (o *QuoteResponse) GetTotalPayments() float32
GetTotalPayments returns the TotalPayments field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetTotalPaymentsOk() (*float32, bool)
GetTotalPaymentsOk returns a tuple with the TotalPayments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetTotalPayments(v float32)
SetTotalPayments sets TotalPayments field to given value.
func (o *QuoteResponse) HasTotalPayments() bool
HasTotalPayments returns a boolean if a field has been set.
func (o *QuoteResponse) GetPaymentAmount() float32
GetPaymentAmount returns the PaymentAmount field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetPaymentAmountOk() (*float32, bool)
GetPaymentAmountOk returns a tuple with the PaymentAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetPaymentAmount(v float32)
SetPaymentAmount sets PaymentAmount field to given value.
func (o *QuoteResponse) HasPaymentAmount() bool
HasPaymentAmount returns a boolean if a field has been set.
func (o *QuoteResponse) GetTotalAmount() float32
GetTotalAmount returns the TotalAmount field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetTotalAmountOk() (*float32, bool)
GetTotalAmountOk returns a tuple with the TotalAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetTotalAmount(v float32)
SetTotalAmount sets TotalAmount field to given value.
func (o *QuoteResponse) HasTotalAmount() bool
HasTotalAmount returns a boolean if a field has been set.
func (o *QuoteResponse) GetDocStamp() int32
GetDocStamp returns the DocStamp field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetDocStampOk() (*int32, bool)
GetDocStampOk returns a tuple with the DocStamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetDocStamp(v int32)
SetDocStamp sets DocStamp field to given value.
func (o *QuoteResponse) HasDocStamp() bool
HasDocStamp returns a boolean if a field has been set.
func (o *QuoteResponse) GetFirstDueDate() string
GetFirstDueDate returns the FirstDueDate field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetFirstDueDateOk() (*string, bool)
GetFirstDueDateOk returns a tuple with the FirstDueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetFirstDueDate(v string)
SetFirstDueDate sets FirstDueDate field to given value.
func (o *QuoteResponse) HasFirstDueDate() bool
HasFirstDueDate returns a boolean if a field has been set.
func (o *QuoteResponse) GetApr() float32
GetApr returns the Apr field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetAprOk() (*float32, bool)
GetAprOk returns a tuple with the Apr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetApr(v float32)
SetApr sets Apr field to given value.
func (o *QuoteResponse) HasApr() bool
HasApr returns a boolean if a field has been set.
func (o *QuoteResponse) GetInstallments() int32
GetInstallments returns the Installments field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetInstallmentsOk() (*int32, bool)
GetInstallmentsOk returns a tuple with the Installments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetInstallments(v int32)
SetInstallments sets Installments field to given value.
func (o *QuoteResponse) HasInstallments() bool
HasInstallments returns a boolean if a field has been set.
func (o *QuoteResponse) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetBatchIdOk() (*string, bool)
GetBatchIdOk returns a tuple with the BatchId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetBatchId(v string)
SetBatchId sets BatchId field to given value.
func (o *QuoteResponse) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *QuoteResponse) GetAutopayStatus() string
GetAutopayStatus returns the AutopayStatus field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetAutopayStatusOk() (*string, bool)
GetAutopayStatusOk returns a tuple with the AutopayStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetAutopayStatus(v string)
SetAutopayStatus sets AutopayStatus field to given value.
func (o *QuoteResponse) HasAutopayStatus() bool
HasAutopayStatus returns a boolean if a field has been set.
func (o *QuoteResponse) GetPaymentsRetained() int32
GetPaymentsRetained returns the PaymentsRetained field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetPaymentsRetainedOk() (*int32, bool)
GetPaymentsRetainedOk returns a tuple with the PaymentsRetained field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetPaymentsRetained(v int32)
SetPaymentsRetained sets PaymentsRetained field to given value.
func (o *QuoteResponse) HasPaymentsRetained() bool
HasPaymentsRetained returns a boolean if a field has been set.
func (o *QuoteResponse) GetPaymentRetainedAmount() float32
GetPaymentRetainedAmount returns the PaymentRetainedAmount field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetPaymentRetainedAmountOk() (*float32, bool)
GetPaymentRetainedAmountOk returns a tuple with the PaymentRetainedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetPaymentRetainedAmount(v float32)
SetPaymentRetainedAmount sets PaymentRetainedAmount field to given value.
func (o *QuoteResponse) HasPaymentRetainedAmount() bool
HasPaymentRetainedAmount returns a boolean if a field has been set.
func (o *QuoteResponse) GetRetailAgentRegisterLoginURL() string
GetRetailAgentRegisterLoginURL returns the RetailAgentRegisterLoginURL field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetRetailAgentRegisterLoginURLOk() (*string, bool)
GetRetailAgentRegisterLoginURLOk returns a tuple with the RetailAgentRegisterLoginURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetRetailAgentRegisterLoginURL(v string)
SetRetailAgentRegisterLoginURL sets RetailAgentRegisterLoginURL field to given value.
func (o *QuoteResponse) HasRetailAgentRegisterLoginURL() bool
HasRetailAgentRegisterLoginURL returns a boolean if a field has been set.
func (o *QuoteResponse) GetInsuredName() string
GetInsuredName returns the InsuredName field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetInsuredNameOk() (*string, bool)
GetInsuredNameOk returns a tuple with the InsuredName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetInsuredName(v string)
SetInsuredName sets InsuredName field to given value.
func (o *QuoteResponse) HasInsuredName() bool
HasInsuredName returns a boolean if a field has been set.
func (o *QuoteResponse) GetIsEsignPFA() bool
GetIsEsignPFA returns the IsEsignPFA field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetIsEsignPFAOk() (*bool, bool)
GetIsEsignPFAOk returns a tuple with the IsEsignPFA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetIsEsignPFA(v bool)
SetIsEsignPFA sets IsEsignPFA field to given value.
func (o *QuoteResponse) HasIsEsignPFA() bool
HasIsEsignPFA returns a boolean if a field has been set.
func (o *QuoteResponse) GetNextPaymentDueDate() string
GetNextPaymentDueDate returns the NextPaymentDueDate field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetNextPaymentDueDateOk() (*string, bool)
GetNextPaymentDueDateOk returns a tuple with the NextPaymentDueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetNextPaymentDueDate(v string)
SetNextPaymentDueDate sets NextPaymentDueDate field to given value.
func (o *QuoteResponse) HasNextPaymentDueDate() bool
HasNextPaymentDueDate returns a boolean if a field has been set.
func (o *QuoteResponse) GetLastPaymentDate() string
GetLastPaymentDate returns the LastPaymentDate field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetLastPaymentDateOk() (*string, bool)
GetLastPaymentDateOk returns a tuple with the LastPaymentDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetLastPaymentDate(v string)
SetLastPaymentDate sets LastPaymentDate field to given value.
func (o *QuoteResponse) HasLastPaymentDate() bool
HasLastPaymentDate returns a boolean if a field has been set.
func (o *QuoteResponse) GetIsDownPaymentRequired() bool
GetIsDownPaymentRequired returns the IsDownPaymentRequired field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetIsDownPaymentRequiredOk() (*bool, bool)
GetIsDownPaymentRequiredOk returns a tuple with the IsDownPaymentRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetIsDownPaymentRequired(v bool)
SetIsDownPaymentRequired sets IsDownPaymentRequired field to given value.
func (o *QuoteResponse) HasIsDownPaymentRequired() bool
HasIsDownPaymentRequired returns a boolean if a field has been set.
func (o *QuoteResponse) GetIsEsignRequired() bool
GetIsEsignRequired returns the IsEsignRequired field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetIsEsignRequiredOk() (*bool, bool)
GetIsEsignRequiredOk returns a tuple with the IsEsignRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetIsEsignRequired(v bool)
SetIsEsignRequired sets IsEsignRequired field to given value.
func (o *QuoteResponse) HasIsEsignRequired() bool
HasIsEsignRequired returns a boolean if a field has been set.
func (o *QuoteResponse) GetIsDeleted() bool
GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetIsDeletedOk() (*bool, bool)
GetIsDeletedOk returns a tuple with the IsDeleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetIsDeleted(v bool)
SetIsDeleted sets IsDeleted field to given value.
func (o *QuoteResponse) HasIsDeleted() bool
HasIsDeleted returns a boolean if a field has been set.
func (o *QuoteResponse) GetOfferAutoPay() bool
GetOfferAutoPay returns the OfferAutoPay field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetOfferAutoPayOk() (*bool, bool)
GetOfferAutoPayOk returns a tuple with the OfferAutoPay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetOfferAutoPay(v bool)
SetOfferAutoPay sets OfferAutoPay field to given value.
func (o *QuoteResponse) HasOfferAutoPay() bool
HasOfferAutoPay returns a boolean if a field has been set.
func (o *QuoteResponse) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *QuoteResponse) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *QuoteResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *QuoteResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *QuoteResponse) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetModifiedOnOk() (*string, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *QuoteResponse) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (o *QuoteResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *QuoteResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *QuoteResponse) GetUnSignPFA() string
GetUnSignPFA returns the UnSignPFA field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetUnSignPFAOk() (*string, bool)
GetUnSignPFAOk returns a tuple with the UnSignPFA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetUnSignPFA(v string)
SetUnSignPFA sets UnSignPFA field to given value.
func (o *QuoteResponse) HasUnSignPFA() bool
HasUnSignPFA returns a boolean if a field has been set.
func (o *QuoteResponse) GetSignPFA() string
GetSignPFA returns the SignPFA field if non-nil, zero value otherwise.
func (o *QuoteResponse) GetSignPFAOk() (*string, bool)
GetSignPFAOk returns a tuple with the SignPFA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteResponse) SetSignPFA(v string)
SetSignPFA sets SignPFA field to given value.
func (o *QuoteResponse) HasSignPFA() bool
HasSignPFA returns a boolean if a field has been set.