Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 942 Bytes

AdditionalCost.md

File metadata and controls

39 lines (20 loc) · 942 Bytes

AdditionalCost

Properties

Name Type Description Notes
Price Pointer to float32

Methods

GetPrice

func (o *AdditionalCost) GetPrice() float32

GetPrice returns the Price field if non-nil, zero value otherwise.

GetPriceOk

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.

HasPrice

func (o *AdditionalCost) HasPrice() bool

HasPrice returns a boolean if a field has been set.

SetPrice

func (o *AdditionalCost) SetPrice(v float32)

SetPrice gets a reference to the given float32 and assigns it to the Price field.

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