Name | Type | Description | Notes |
---|---|---|---|
SpecialPricing | Pointer to []PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner | [optional] | |
QuantityDiscounts | Pointer to []PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner | [optional] |
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
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
func (o *PriceAndAvailabilityResponseInnerDiscountsInner) GetSpecialPricing() []PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner
GetSpecialPricing returns the SpecialPricing field if non-nil, zero value otherwise.
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.
func (o *PriceAndAvailabilityResponseInnerDiscountsInner) SetSpecialPricing(v []PriceAndAvailabilityResponseInnerDiscountsInnerSpecialPricingInner)
SetSpecialPricing sets SpecialPricing field to given value.
func (o *PriceAndAvailabilityResponseInnerDiscountsInner) HasSpecialPricing() bool
HasSpecialPricing returns a boolean if a field has been set.
func (o *PriceAndAvailabilityResponseInnerDiscountsInner) GetQuantityDiscounts() []PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner
GetQuantityDiscounts returns the QuantityDiscounts field if non-nil, zero value otherwise.
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.
func (o *PriceAndAvailabilityResponseInnerDiscountsInner) SetQuantityDiscounts(v []PriceAndAvailabilityResponseInnerDiscountsInnerQuantityDiscountsInner)
SetQuantityDiscounts sets QuantityDiscounts field to given value.
func (o *PriceAndAvailabilityResponseInnerDiscountsInner) HasQuantityDiscounts() bool
HasQuantityDiscounts returns a boolean if a field has been set.