Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 6.46 KB

File metadata and controls

174 lines (97 loc) · 6.46 KB

PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner

Properties

Name Type Description Notes
Price Pointer to NullableFloat32 Fee price of the line item. [optional]
Type Pointer to NullableString The type of the fees. [optional]
Msrp Pointer to NullableFloat32 [optional]
Code Pointer to NullableString [optional]

Methods

NewPriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner

func NewPriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner() *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner

NewPriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner instantiates a new PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner 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

NewPriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInnerWithDefaults

func NewPriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInnerWithDefaults() *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner

NewPriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInnerWithDefaults instantiates a new PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner 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 *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetPrice() float32

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

GetPriceOk

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) 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 *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetPrice(v float32)

SetPrice sets Price field to given value.

HasPrice

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) HasPrice() bool

HasPrice returns a boolean if a field has been set.

SetPriceNil

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetPriceNil(b bool)

SetPriceNil sets the value for Price to be an explicit nil

UnsetPrice

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) UnsetPrice()

UnsetPrice ensures that no value is present for Price, not even an explicit nil

GetType

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetMsrp

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetMsrp() float32

GetMsrp returns the Msrp field if non-nil, zero value otherwise.

GetMsrpOk

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetMsrpOk() (*float32, bool)

GetMsrpOk returns a tuple with the Msrp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMsrp

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetMsrp(v float32)

SetMsrp sets Msrp field to given value.

HasMsrp

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) HasMsrp() bool

HasMsrp returns a boolean if a field has been set.

SetMsrpNil

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetMsrpNil(b bool)

SetMsrpNil sets the value for Msrp to be an explicit nil

UnsetMsrp

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) UnsetMsrp()

UnsetMsrp ensures that no value is present for Msrp, not even an explicit nil

GetCode

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) HasCode() bool

HasCode returns a boolean if a field has been set.

SetCodeNil

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) SetCodeNil(b bool)

SetCodeNil sets the value for Code to be an explicit nil

UnsetCode

func (o *PriceAndAvailabilityResponseInnerSubscriptionPriceInnerOptionsInnerFeesInner) UnsetCode()

UnsetCode ensures that no value is present for Code, not even an explicit nil

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