Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.7 KB

PriceAndAvailabilityResponseInnerDiscountsInner.md

File metadata and controls

82 lines (45 loc) · 3.7 KB

PriceAndAvailabilityResponseInnerDiscountsInner

Properties

Name Type Description Notes
SpecialPricing Pointer to []PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner [optional]
QuantityDiscounts Pointer to []PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner [optional]

Methods

NewPriceAndAvailabilityResponseInnerDiscountsInner

func NewPriceAndAvailabilityResponseInnerDiscountsInner() *PriceAndAvailabilityResponseInnerDiscountsInner

NewPriceAndAvailabilityResponseInnerDiscountsInner instantiates a new PriceAndAvailabilityResponseInnerDiscountsInner 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

NewPriceAndAvailabilityResponseInnerDiscountsInnerWithDefaults

func NewPriceAndAvailabilityResponseInnerDiscountsInnerWithDefaults() *PriceAndAvailabilityResponseInnerDiscountsInner

NewPriceAndAvailabilityResponseInnerDiscountsInnerWithDefaults instantiates a new PriceAndAvailabilityResponseInnerDiscountsInner 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

GetSpecialPricing

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) GetSpecialPricing() []PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner

GetSpecialPricing returns the SpecialPricing field if non-nil, zero value otherwise.

GetSpecialPricingOk

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) GetSpecialPricingOk() (*[]PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner, bool)

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

SetSpecialPricing

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) SetSpecialPricing(v []PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner)

SetSpecialPricing sets SpecialPricing field to given value.

HasSpecialPricing

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) HasSpecialPricing() bool

HasSpecialPricing returns a boolean if a field has been set.

GetQuantityDiscounts

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) GetQuantityDiscounts() []PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner

GetQuantityDiscounts returns the QuantityDiscounts field if non-nil, zero value otherwise.

GetQuantityDiscountsOk

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) GetQuantityDiscountsOk() (*[]PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner, bool)

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

SetQuantityDiscounts

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) SetQuantityDiscounts(v []PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner)

SetQuantityDiscounts sets QuantityDiscounts field to given value.

HasQuantityDiscounts

func (o *PriceAndAvailabilityResponseInnerDiscountsInner) HasQuantityDiscounts() bool

HasQuantityDiscounts returns a boolean if a field has been set.

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