Name | Type | Description | Notes |
---|---|---|---|
Price | Pointer to float32 |
func (o *AdditionalCost) GetPrice() float32
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *AdditionalCost) GetPriceOk() (float32, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCost) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *AdditionalCost) SetPrice(v float32)
SetPrice gets a reference to the given float32 and assigns it to the Price field.