Skip to content

Latest commit

 

History

History
1174 lines (633 loc) · 32.2 KB

File metadata and controls

1174 lines (633 loc) · 32.2 KB

QuoteResponse

Properties

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]

Methods

NewQuoteResponse

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

NewQuoteResponseWithDefaults

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

GetId

func (o *QuoteResponse) GetId() string

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

GetIdOk

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.

SetId

func (o *QuoteResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *QuoteResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetQuoteKey

func (o *QuoteResponse) GetQuoteKey() string

GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.

GetQuoteKeyOk

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.

SetQuoteKey

func (o *QuoteResponse) SetQuoteKey(v string)

SetQuoteKey sets QuoteKey field to given value.

HasQuoteKey

func (o *QuoteResponse) HasQuoteKey() bool

HasQuoteKey returns a boolean if a field has been set.

GetPFType

func (o *QuoteResponse) GetPFType() string

GetPFType returns the PFType field if non-nil, zero value otherwise.

GetPFTypeOk

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.

SetPFType

func (o *QuoteResponse) SetPFType(v string)

SetPFType sets PFType field to given value.

HasPFType

func (o *QuoteResponse) HasPFType() bool

HasPFType returns a boolean if a field has been set.

GetIsEndorsement

func (o *QuoteResponse) GetIsEndorsement() bool

GetIsEndorsement returns the IsEndorsement field if non-nil, zero value otherwise.

GetIsEndorsementOk

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.

SetIsEndorsement

func (o *QuoteResponse) SetIsEndorsement(v bool)

SetIsEndorsement sets IsEndorsement field to given value.

HasIsEndorsement

func (o *QuoteResponse) HasIsEndorsement() bool

HasIsEndorsement returns a boolean if a field has been set.

GetMerchantId

func (o *QuoteResponse) GetMerchantId() string

GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.

GetMerchantIdOk

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.

SetMerchantId

func (o *QuoteResponse) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *QuoteResponse) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetProgramId

func (o *QuoteResponse) GetProgramId() int32

GetProgramId returns the ProgramId field if non-nil, zero value otherwise.

GetProgramIdOk

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.

SetProgramId

func (o *QuoteResponse) SetProgramId(v int32)

SetProgramId sets ProgramId field to given value.

HasProgramId

func (o *QuoteResponse) HasProgramId() bool

HasProgramId returns a boolean if a field has been set.

GetProgramName

func (o *QuoteResponse) GetProgramName() string

GetProgramName returns the ProgramName field if non-nil, zero value otherwise.

GetProgramNameOk

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.

SetProgramName

func (o *QuoteResponse) SetProgramName(v string)

SetProgramName sets ProgramName field to given value.

HasProgramName

func (o *QuoteResponse) HasProgramName() bool

HasProgramName returns a boolean if a field has been set.

GetPaymentIntentId

func (o *QuoteResponse) GetPaymentIntentId() string

GetPaymentIntentId returns the PaymentIntentId field if non-nil, zero value otherwise.

GetPaymentIntentIdOk

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.

SetPaymentIntentId

func (o *QuoteResponse) SetPaymentIntentId(v string)

SetPaymentIntentId sets PaymentIntentId field to given value.

HasPaymentIntentId

func (o *QuoteResponse) HasPaymentIntentId() bool

HasPaymentIntentId returns a boolean if a field has been set.

GetAccountNumber

func (o *QuoteResponse) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.

GetAccountNumberOk

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.

SetAccountNumber

func (o *QuoteResponse) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

HasAccountNumber

func (o *QuoteResponse) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

GetQuoteStatus

func (o *QuoteResponse) GetQuoteStatus() string

GetQuoteStatus returns the QuoteStatus field if non-nil, zero value otherwise.

GetQuoteStatusOk

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.

SetQuoteStatus

func (o *QuoteResponse) SetQuoteStatus(v string)

SetQuoteStatus sets QuoteStatus field to given value.

HasQuoteStatus

func (o *QuoteResponse) HasQuoteStatus() bool

HasQuoteStatus returns a boolean if a field has been set.

GetIsActive

func (o *QuoteResponse) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

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.

SetIsActive

func (o *QuoteResponse) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *QuoteResponse) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

GetPremium

func (o *QuoteResponse) GetPremium() float32

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

GetPremiumOk

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.

SetPremium

func (o *QuoteResponse) SetPremium(v float32)

SetPremium sets Premium field to given value.

HasPremium

func (o *QuoteResponse) HasPremium() bool

HasPremium returns a boolean if a field has been set.

GetTax

func (o *QuoteResponse) GetTax() float32

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

GetTaxOk

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.

SetTax

func (o *QuoteResponse) SetTax(v float32)

SetTax sets Tax field to given value.

HasTax

func (o *QuoteResponse) HasTax() bool

HasTax returns a boolean if a field has been set.

GetAdditionalFees

func (o *QuoteResponse) GetAdditionalFees() float32

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

GetAdditionalFeesOk

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.

SetAdditionalFees

func (o *QuoteResponse) SetAdditionalFees(v float32)

SetAdditionalFees sets AdditionalFees field to given value.

HasAdditionalFees

func (o *QuoteResponse) HasAdditionalFees() bool

HasAdditionalFees returns a boolean if a field has been set.

GetBrokerFee

func (o *QuoteResponse) GetBrokerFee() float32

GetBrokerFee returns the BrokerFee field if non-nil, zero value otherwise.

GetBrokerFeeOk

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.

SetBrokerFee

func (o *QuoteResponse) SetBrokerFee(v float32)

SetBrokerFee sets BrokerFee field to given value.

HasBrokerFee

func (o *QuoteResponse) HasBrokerFee() bool

HasBrokerFee returns a boolean if a field has been set.

GetDownAmount

func (o *QuoteResponse) GetDownAmount() float32

GetDownAmount returns the DownAmount field if non-nil, zero value otherwise.

GetDownAmountOk

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.

SetDownAmount

func (o *QuoteResponse) SetDownAmount(v float32)

SetDownAmount sets DownAmount field to given value.

HasDownAmount

func (o *QuoteResponse) HasDownAmount() bool

HasDownAmount returns a boolean if a field has been set.

GetAmountFinanced

func (o *QuoteResponse) GetAmountFinanced() float32

GetAmountFinanced returns the AmountFinanced field if non-nil, zero value otherwise.

GetAmountFinancedOk

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.

SetAmountFinanced

func (o *QuoteResponse) SetAmountFinanced(v float32)

SetAmountFinanced sets AmountFinanced field to given value.

HasAmountFinanced

func (o *QuoteResponse) HasAmountFinanced() bool

HasAmountFinanced returns a boolean if a field has been set.

GetFinanceCharge

func (o *QuoteResponse) GetFinanceCharge() float32

GetFinanceCharge returns the FinanceCharge field if non-nil, zero value otherwise.

GetFinanceChargeOk

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.

SetFinanceCharge

func (o *QuoteResponse) SetFinanceCharge(v float32)

SetFinanceCharge sets FinanceCharge field to given value.

HasFinanceCharge

func (o *QuoteResponse) HasFinanceCharge() bool

HasFinanceCharge returns a boolean if a field has been set.

GetTotalPayments

func (o *QuoteResponse) GetTotalPayments() float32

GetTotalPayments returns the TotalPayments field if non-nil, zero value otherwise.

GetTotalPaymentsOk

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.

SetTotalPayments

func (o *QuoteResponse) SetTotalPayments(v float32)

SetTotalPayments sets TotalPayments field to given value.

HasTotalPayments

func (o *QuoteResponse) HasTotalPayments() bool

HasTotalPayments returns a boolean if a field has been set.

GetPaymentAmount

func (o *QuoteResponse) GetPaymentAmount() float32

GetPaymentAmount returns the PaymentAmount field if non-nil, zero value otherwise.

GetPaymentAmountOk

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.

SetPaymentAmount

func (o *QuoteResponse) SetPaymentAmount(v float32)

SetPaymentAmount sets PaymentAmount field to given value.

HasPaymentAmount

func (o *QuoteResponse) HasPaymentAmount() bool

HasPaymentAmount returns a boolean if a field has been set.

GetTotalAmount

func (o *QuoteResponse) GetTotalAmount() float32

GetTotalAmount returns the TotalAmount field if non-nil, zero value otherwise.

GetTotalAmountOk

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.

SetTotalAmount

func (o *QuoteResponse) SetTotalAmount(v float32)

SetTotalAmount sets TotalAmount field to given value.

HasTotalAmount

func (o *QuoteResponse) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

GetDocStamp

func (o *QuoteResponse) GetDocStamp() int32

GetDocStamp returns the DocStamp field if non-nil, zero value otherwise.

GetDocStampOk

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.

SetDocStamp

func (o *QuoteResponse) SetDocStamp(v int32)

SetDocStamp sets DocStamp field to given value.

HasDocStamp

func (o *QuoteResponse) HasDocStamp() bool

HasDocStamp returns a boolean if a field has been set.

GetFirstDueDate

func (o *QuoteResponse) GetFirstDueDate() string

GetFirstDueDate returns the FirstDueDate field if non-nil, zero value otherwise.

GetFirstDueDateOk

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.

SetFirstDueDate

func (o *QuoteResponse) SetFirstDueDate(v string)

SetFirstDueDate sets FirstDueDate field to given value.

HasFirstDueDate

func (o *QuoteResponse) HasFirstDueDate() bool

HasFirstDueDate returns a boolean if a field has been set.

GetApr

func (o *QuoteResponse) GetApr() float32

GetApr returns the Apr field if non-nil, zero value otherwise.

GetAprOk

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.

SetApr

func (o *QuoteResponse) SetApr(v float32)

SetApr sets Apr field to given value.

HasApr

func (o *QuoteResponse) HasApr() bool

HasApr returns a boolean if a field has been set.

GetInstallments

func (o *QuoteResponse) GetInstallments() int32

GetInstallments returns the Installments field if non-nil, zero value otherwise.

GetInstallmentsOk

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.

SetInstallments

func (o *QuoteResponse) SetInstallments(v int32)

SetInstallments sets Installments field to given value.

HasInstallments

func (o *QuoteResponse) HasInstallments() bool

HasInstallments returns a boolean if a field has been set.

GetBatchId

func (o *QuoteResponse) GetBatchId() string

GetBatchId returns the BatchId field if non-nil, zero value otherwise.

GetBatchIdOk

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.

SetBatchId

func (o *QuoteResponse) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *QuoteResponse) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

GetAutopayStatus

func (o *QuoteResponse) GetAutopayStatus() string

GetAutopayStatus returns the AutopayStatus field if non-nil, zero value otherwise.

GetAutopayStatusOk

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.

SetAutopayStatus

func (o *QuoteResponse) SetAutopayStatus(v string)

SetAutopayStatus sets AutopayStatus field to given value.

HasAutopayStatus

func (o *QuoteResponse) HasAutopayStatus() bool

HasAutopayStatus returns a boolean if a field has been set.

GetPaymentsRetained

func (o *QuoteResponse) GetPaymentsRetained() int32

GetPaymentsRetained returns the PaymentsRetained field if non-nil, zero value otherwise.

GetPaymentsRetainedOk

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.

SetPaymentsRetained

func (o *QuoteResponse) SetPaymentsRetained(v int32)

SetPaymentsRetained sets PaymentsRetained field to given value.

HasPaymentsRetained

func (o *QuoteResponse) HasPaymentsRetained() bool

HasPaymentsRetained returns a boolean if a field has been set.

GetPaymentRetainedAmount

func (o *QuoteResponse) GetPaymentRetainedAmount() float32

GetPaymentRetainedAmount returns the PaymentRetainedAmount field if non-nil, zero value otherwise.

GetPaymentRetainedAmountOk

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.

SetPaymentRetainedAmount

func (o *QuoteResponse) SetPaymentRetainedAmount(v float32)

SetPaymentRetainedAmount sets PaymentRetainedAmount field to given value.

HasPaymentRetainedAmount

func (o *QuoteResponse) HasPaymentRetainedAmount() bool

HasPaymentRetainedAmount returns a boolean if a field has been set.

GetRetailAgentRegisterLoginURL

func (o *QuoteResponse) GetRetailAgentRegisterLoginURL() string

GetRetailAgentRegisterLoginURL returns the RetailAgentRegisterLoginURL field if non-nil, zero value otherwise.

GetRetailAgentRegisterLoginURLOk

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.

SetRetailAgentRegisterLoginURL

func (o *QuoteResponse) SetRetailAgentRegisterLoginURL(v string)

SetRetailAgentRegisterLoginURL sets RetailAgentRegisterLoginURL field to given value.

HasRetailAgentRegisterLoginURL

func (o *QuoteResponse) HasRetailAgentRegisterLoginURL() bool

HasRetailAgentRegisterLoginURL returns a boolean if a field has been set.

GetInsuredName

func (o *QuoteResponse) GetInsuredName() string

GetInsuredName returns the InsuredName field if non-nil, zero value otherwise.

GetInsuredNameOk

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.

SetInsuredName

func (o *QuoteResponse) SetInsuredName(v string)

SetInsuredName sets InsuredName field to given value.

HasInsuredName

func (o *QuoteResponse) HasInsuredName() bool

HasInsuredName returns a boolean if a field has been set.

GetIsEsignPFA

func (o *QuoteResponse) GetIsEsignPFA() bool

GetIsEsignPFA returns the IsEsignPFA field if non-nil, zero value otherwise.

GetIsEsignPFAOk

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.

SetIsEsignPFA

func (o *QuoteResponse) SetIsEsignPFA(v bool)

SetIsEsignPFA sets IsEsignPFA field to given value.

HasIsEsignPFA

func (o *QuoteResponse) HasIsEsignPFA() bool

HasIsEsignPFA returns a boolean if a field has been set.

GetNextPaymentDueDate

func (o *QuoteResponse) GetNextPaymentDueDate() string

GetNextPaymentDueDate returns the NextPaymentDueDate field if non-nil, zero value otherwise.

GetNextPaymentDueDateOk

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.

SetNextPaymentDueDate

func (o *QuoteResponse) SetNextPaymentDueDate(v string)

SetNextPaymentDueDate sets NextPaymentDueDate field to given value.

HasNextPaymentDueDate

func (o *QuoteResponse) HasNextPaymentDueDate() bool

HasNextPaymentDueDate returns a boolean if a field has been set.

GetLastPaymentDate

func (o *QuoteResponse) GetLastPaymentDate() string

GetLastPaymentDate returns the LastPaymentDate field if non-nil, zero value otherwise.

GetLastPaymentDateOk

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.

SetLastPaymentDate

func (o *QuoteResponse) SetLastPaymentDate(v string)

SetLastPaymentDate sets LastPaymentDate field to given value.

HasLastPaymentDate

func (o *QuoteResponse) HasLastPaymentDate() bool

HasLastPaymentDate returns a boolean if a field has been set.

GetIsDownPaymentRequired

func (o *QuoteResponse) GetIsDownPaymentRequired() bool

GetIsDownPaymentRequired returns the IsDownPaymentRequired field if non-nil, zero value otherwise.

GetIsDownPaymentRequiredOk

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.

SetIsDownPaymentRequired

func (o *QuoteResponse) SetIsDownPaymentRequired(v bool)

SetIsDownPaymentRequired sets IsDownPaymentRequired field to given value.

HasIsDownPaymentRequired

func (o *QuoteResponse) HasIsDownPaymentRequired() bool

HasIsDownPaymentRequired returns a boolean if a field has been set.

GetIsEsignRequired

func (o *QuoteResponse) GetIsEsignRequired() bool

GetIsEsignRequired returns the IsEsignRequired field if non-nil, zero value otherwise.

GetIsEsignRequiredOk

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.

SetIsEsignRequired

func (o *QuoteResponse) SetIsEsignRequired(v bool)

SetIsEsignRequired sets IsEsignRequired field to given value.

HasIsEsignRequired

func (o *QuoteResponse) HasIsEsignRequired() bool

HasIsEsignRequired returns a boolean if a field has been set.

GetIsDeleted

func (o *QuoteResponse) GetIsDeleted() bool

GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.

GetIsDeletedOk

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.

SetIsDeleted

func (o *QuoteResponse) SetIsDeleted(v bool)

SetIsDeleted sets IsDeleted field to given value.

HasIsDeleted

func (o *QuoteResponse) HasIsDeleted() bool

HasIsDeleted returns a boolean if a field has been set.

GetOfferAutoPay

func (o *QuoteResponse) GetOfferAutoPay() bool

GetOfferAutoPay returns the OfferAutoPay field if non-nil, zero value otherwise.

GetOfferAutoPayOk

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.

SetOfferAutoPay

func (o *QuoteResponse) SetOfferAutoPay(v bool)

SetOfferAutoPay sets OfferAutoPay field to given value.

HasOfferAutoPay

func (o *QuoteResponse) HasOfferAutoPay() bool

HasOfferAutoPay returns a boolean if a field has been set.

GetCreatedOn

func (o *QuoteResponse) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *QuoteResponse) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *QuoteResponse) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *QuoteResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *QuoteResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *QuoteResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *QuoteResponse) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

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.

SetModifiedOn

func (o *QuoteResponse) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *QuoteResponse) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetModifiedBy

func (o *QuoteResponse) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *QuoteResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *QuoteResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetUnSignPFA

func (o *QuoteResponse) GetUnSignPFA() string

GetUnSignPFA returns the UnSignPFA field if non-nil, zero value otherwise.

GetUnSignPFAOk

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.

SetUnSignPFA

func (o *QuoteResponse) SetUnSignPFA(v string)

SetUnSignPFA sets UnSignPFA field to given value.

HasUnSignPFA

func (o *QuoteResponse) HasUnSignPFA() bool

HasUnSignPFA returns a boolean if a field has been set.

GetSignPFA

func (o *QuoteResponse) GetSignPFA() string

GetSignPFA returns the SignPFA field if non-nil, zero value otherwise.

GetSignPFAOk

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.

SetSignPFA

func (o *QuoteResponse) SetSignPFA(v string)

SetSignPFA sets SignPFA field to given value.

HasSignPFA

func (o *QuoteResponse) HasSignPFA() bool

HasSignPFA returns a boolean if a field has been set.

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