| Name | Type | Description | Notes |
|---|---|---|---|
| DiscountApplied | Pointer to bool | [optional] | |
| EndTime | Pointer to time.Time | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| OriginalValue | Pointer to float32 | [optional] | |
| StartTime | Pointer to time.Time | [optional] | |
| Value | Pointer to float32 | [optional] |
func NewPricebookModel() *PricebookModel
NewPricebookModel instantiates a new PricebookModel 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 NewPricebookModelWithDefaults() *PricebookModel
NewPricebookModelWithDefaults instantiates a new PricebookModel 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 *PricebookModel) GetDiscountApplied() bool
GetDiscountApplied returns the DiscountApplied field if non-nil, zero value otherwise.
func (o *PricebookModel) GetDiscountAppliedOk() (*bool, bool)
GetDiscountAppliedOk returns a tuple with the DiscountApplied field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookModel) SetDiscountApplied(v bool)
SetDiscountApplied sets DiscountApplied field to given value.
func (o *PricebookModel) HasDiscountApplied() bool
HasDiscountApplied returns a boolean if a field has been set.
func (o *PricebookModel) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *PricebookModel) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookModel) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *PricebookModel) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *PricebookModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PricebookModel) GetIdOk() (*int32, 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 *PricebookModel) SetId(v int32)
SetId sets Id field to given value.
func (o *PricebookModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PricebookModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PricebookModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookModel) SetName(v string)
SetName sets Name field to given value.
func (o *PricebookModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PricebookModel) GetOriginalValue() float32
GetOriginalValue returns the OriginalValue field if non-nil, zero value otherwise.
func (o *PricebookModel) GetOriginalValueOk() (*float32, bool)
GetOriginalValueOk returns a tuple with the OriginalValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookModel) SetOriginalValue(v float32)
SetOriginalValue sets OriginalValue field to given value.
func (o *PricebookModel) HasOriginalValue() bool
HasOriginalValue returns a boolean if a field has been set.
func (o *PricebookModel) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *PricebookModel) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookModel) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *PricebookModel) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *PricebookModel) GetValue() float32
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *PricebookModel) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookModel) SetValue(v float32)
SetValue sets Value field to given value.
func (o *PricebookModel) HasValue() bool
HasValue returns a boolean if a field has been set.