Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.44 KB

File metadata and controls

264 lines (143 loc) · 7.44 KB

QuoteRequestDetails

Properties

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]

Methods

NewQuoteRequestDetails

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

NewQuoteRequestDetailsWithDefaults

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

GetCouponInvoicePrinted

func (o *QuoteRequestDetails) GetCouponInvoicePrinted() bool

GetCouponInvoicePrinted returns the CouponInvoicePrinted field if non-nil, zero value otherwise.

GetCouponInvoicePrintedOk

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.

SetCouponInvoicePrinted

func (o *QuoteRequestDetails) SetCouponInvoicePrinted(v bool)

SetCouponInvoicePrinted sets CouponInvoicePrinted field to given value.

HasCouponInvoicePrinted

func (o *QuoteRequestDetails) HasCouponInvoicePrinted() bool

HasCouponInvoicePrinted returns a boolean if a field has been set.

GetInstallments

func (o *QuoteRequestDetails) GetInstallments() int32

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

GetInstallmentsOk

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.

SetInstallments

func (o *QuoteRequestDetails) SetInstallments(v int32)

SetInstallments sets Installments field to given value.

HasInstallments

func (o *QuoteRequestDetails) HasInstallments() bool

HasInstallments returns a boolean if a field has been set.

GetProgramIDs

func (o *QuoteRequestDetails) GetProgramIDs() []int32

GetProgramIDs returns the ProgramIDs field if non-nil, zero value otherwise.

GetProgramIDsOk

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.

SetProgramIDs

func (o *QuoteRequestDetails) SetProgramIDs(v []int32)

SetProgramIDs sets ProgramIDs field to given value.

HasProgramIDs

func (o *QuoteRequestDetails) HasProgramIDs() bool

HasProgramIDs returns a boolean if a field has been set.

GetBatchID

func (o *QuoteRequestDetails) GetBatchID() string

GetBatchID returns the BatchID field if non-nil, zero value otherwise.

GetBatchIDOk

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.

SetBatchID

func (o *QuoteRequestDetails) SetBatchID(v string)

SetBatchID sets BatchID field to given value.

HasBatchID

func (o *QuoteRequestDetails) HasBatchID() bool

HasBatchID returns a boolean if a field has been set.

GetCommercial

func (o *QuoteRequestDetails) GetCommercial() string

GetCommercial returns the Commercial field if non-nil, zero value otherwise.

GetCommercialOk

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.

SetCommercial

func (o *QuoteRequestDetails) SetCommercial(v string)

SetCommercial sets Commercial field to given value.

HasCommercial

func (o *QuoteRequestDetails) HasCommercial() bool

HasCommercial returns a boolean if a field has been set.

GetCoupon

func (o *QuoteRequestDetails) GetCoupon() string

GetCoupon returns the Coupon field if non-nil, zero value otherwise.

GetCouponOk

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.

SetCoupon

func (o *QuoteRequestDetails) SetCoupon(v string)

SetCoupon sets Coupon field to given value.

HasCoupon

func (o *QuoteRequestDetails) HasCoupon() bool

HasCoupon returns a boolean if a field has been set.

GetInterval

func (o *QuoteRequestDetails) GetInterval() string

GetInterval returns the Interval field if non-nil, zero value otherwise.

GetIntervalOk

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.

SetInterval

func (o *QuoteRequestDetails) SetInterval(v string)

SetInterval sets Interval field to given value.

HasInterval

func (o *QuoteRequestDetails) HasInterval() bool

HasInterval returns a boolean if a field has been set.

GetDownPaymentMethod

func (o *QuoteRequestDetails) GetDownPaymentMethod() string

GetDownPaymentMethod returns the DownPaymentMethod field if non-nil, zero value otherwise.

GetDownPaymentMethodOk

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.

SetDownPaymentMethod

func (o *QuoteRequestDetails) SetDownPaymentMethod(v string)

SetDownPaymentMethod sets DownPaymentMethod field to given value.

HasDownPaymentMethod

func (o *QuoteRequestDetails) HasDownPaymentMethod() bool

HasDownPaymentMethod returns a boolean if a field has been set.

GetDownPaymentPaidBy

func (o *QuoteRequestDetails) GetDownPaymentPaidBy() string

GetDownPaymentPaidBy returns the DownPaymentPaidBy field if non-nil, zero value otherwise.

GetDownPaymentPaidByOk

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.

SetDownPaymentPaidBy

func (o *QuoteRequestDetails) SetDownPaymentPaidBy(v string)

SetDownPaymentPaidBy sets DownPaymentPaidBy field to given value.

HasDownPaymentPaidBy

func (o *QuoteRequestDetails) HasDownPaymentPaidBy() bool

HasDownPaymentPaidBy returns a boolean if a field has been set.

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