Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.52 KB

File metadata and controls

56 lines (31 loc) · 1.52 KB

PriceListItem

Properties

Name Type Description Notes
Price Pointer to float32 [optional]

Methods

NewPriceListItem

func NewPriceListItem() *PriceListItem

NewPriceListItem instantiates a new PriceListItem 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

NewPriceListItemWithDefaults

func NewPriceListItemWithDefaults() *PriceListItem

NewPriceListItemWithDefaults instantiates a new PriceListItem 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

GetPrice

func (o *PriceListItem) GetPrice() float32

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

GetPriceOk

func (o *PriceListItem) 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.

SetPrice

func (o *PriceListItem) SetPrice(v float32)

SetPrice sets Price field to given value.

HasPrice

func (o *PriceListItem) HasPrice() bool

HasPrice returns a boolean if a field has been set.

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