| Name | Type | Description | Notes |
|---|---|---|---|
| CouponInvoicePrinted | Pointer to bool | [optional] | |
| Installments | Pointer to int32 | [optional] | |
| ProgramIDs | Pointer to []int32 | [optional] | |
| BatchID | Pointer to string | [optional] | |
| Commercial | Pointer to string | [optional] | |
| Coupon | Pointer to string | [optional] | |
| Interval | Pointer to string | [optional] | |
| DownPaymentMethod | Pointer to string | [optional] | |
| DownPaymentPaidBy | Pointer to string | [optional] |
func NewQuoteRequestDetails() *QuoteRequestDetails
NewQuoteRequestDetails instantiates a new QuoteRequestDetails 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 NewQuoteRequestDetailsWithDefaults() *QuoteRequestDetails
NewQuoteRequestDetailsWithDefaults instantiates a new QuoteRequestDetails 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 *QuoteRequestDetails) GetCouponInvoicePrinted() bool
GetCouponInvoicePrinted returns the CouponInvoicePrinted field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetCouponInvoicePrintedOk() (*bool, bool)
GetCouponInvoicePrintedOk returns a tuple with the CouponInvoicePrinted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetCouponInvoicePrinted(v bool)
SetCouponInvoicePrinted sets CouponInvoicePrinted field to given value.
func (o *QuoteRequestDetails) HasCouponInvoicePrinted() bool
HasCouponInvoicePrinted returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetInstallments() int32
GetInstallments returns the Installments field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) 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 *QuoteRequestDetails) SetInstallments(v int32)
SetInstallments sets Installments field to given value.
func (o *QuoteRequestDetails) HasInstallments() bool
HasInstallments returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetProgramIDs() []int32
GetProgramIDs returns the ProgramIDs field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetProgramIDsOk() (*[]int32, bool)
GetProgramIDsOk returns a tuple with the ProgramIDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetProgramIDs(v []int32)
SetProgramIDs sets ProgramIDs field to given value.
func (o *QuoteRequestDetails) HasProgramIDs() bool
HasProgramIDs returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetBatchID() string
GetBatchID returns the BatchID field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) 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 *QuoteRequestDetails) SetBatchID(v string)
SetBatchID sets BatchID field to given value.
func (o *QuoteRequestDetails) HasBatchID() bool
HasBatchID returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetCommercial() string
GetCommercial returns the Commercial field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetCommercialOk() (*string, bool)
GetCommercialOk returns a tuple with the Commercial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetCommercial(v string)
SetCommercial sets Commercial field to given value.
func (o *QuoteRequestDetails) HasCommercial() bool
HasCommercial returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetCoupon() string
GetCoupon returns the Coupon field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetCouponOk() (*string, bool)
GetCouponOk returns a tuple with the Coupon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetCoupon(v string)
SetCoupon sets Coupon field to given value.
func (o *QuoteRequestDetails) HasCoupon() bool
HasCoupon returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetInterval() string
GetInterval returns the Interval field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetIntervalOk() (*string, bool)
GetIntervalOk returns a tuple with the Interval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetInterval(v string)
SetInterval sets Interval field to given value.
func (o *QuoteRequestDetails) HasInterval() bool
HasInterval returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetDownPaymentMethod() string
GetDownPaymentMethod returns the DownPaymentMethod field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetDownPaymentMethodOk() (*string, bool)
GetDownPaymentMethodOk returns a tuple with the DownPaymentMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetDownPaymentMethod(v string)
SetDownPaymentMethod sets DownPaymentMethod field to given value.
func (o *QuoteRequestDetails) HasDownPaymentMethod() bool
HasDownPaymentMethod returns a boolean if a field has been set.
func (o *QuoteRequestDetails) GetDownPaymentPaidBy() string
GetDownPaymentPaidBy returns the DownPaymentPaidBy field if non-nil, zero value otherwise.
func (o *QuoteRequestDetails) GetDownPaymentPaidByOk() (*string, bool)
GetDownPaymentPaidByOk returns a tuple with the DownPaymentPaidBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestDetails) SetDownPaymentPaidBy(v string)
SetDownPaymentPaidBy sets DownPaymentPaidBy field to given value.
func (o *QuoteRequestDetails) HasDownPaymentPaidBy() bool
HasDownPaymentPaidBy returns a boolean if a field has been set.