Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.52 KB

File metadata and controls

108 lines (59 loc) · 3.52 KB

ProductVariantAddAttributesInner

Properties

Name Type Description Notes
AttributeName Pointer to string [optional]
AttributeValue Pointer to string [optional]
AttributePrice Pointer to float32 [optional]

Methods

NewProductVariantAddAttributesInner

func NewProductVariantAddAttributesInner() *ProductVariantAddAttributesInner

NewProductVariantAddAttributesInner instantiates a new ProductVariantAddAttributesInner 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

NewProductVariantAddAttributesInnerWithDefaults

func NewProductVariantAddAttributesInnerWithDefaults() *ProductVariantAddAttributesInner

NewProductVariantAddAttributesInnerWithDefaults instantiates a new ProductVariantAddAttributesInner 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

GetAttributeName

func (o *ProductVariantAddAttributesInner) GetAttributeName() string

GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.

GetAttributeNameOk

func (o *ProductVariantAddAttributesInner) GetAttributeNameOk() (*string, bool)

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

SetAttributeName

func (o *ProductVariantAddAttributesInner) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *ProductVariantAddAttributesInner) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

GetAttributeValue

func (o *ProductVariantAddAttributesInner) GetAttributeValue() string

GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.

GetAttributeValueOk

func (o *ProductVariantAddAttributesInner) GetAttributeValueOk() (*string, bool)

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

SetAttributeValue

func (o *ProductVariantAddAttributesInner) SetAttributeValue(v string)

SetAttributeValue sets AttributeValue field to given value.

HasAttributeValue

func (o *ProductVariantAddAttributesInner) HasAttributeValue() bool

HasAttributeValue returns a boolean if a field has been set.

GetAttributePrice

func (o *ProductVariantAddAttributesInner) GetAttributePrice() float32

GetAttributePrice returns the AttributePrice field if non-nil, zero value otherwise.

GetAttributePriceOk

func (o *ProductVariantAddAttributesInner) GetAttributePriceOk() (*float32, bool)

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

SetAttributePrice

func (o *ProductVariantAddAttributesInner) SetAttributePrice(v float32)

SetAttributePrice sets AttributePrice field to given value.

HasAttributePrice

func (o *ProductVariantAddAttributesInner) HasAttributePrice() bool

HasAttributePrice returns a boolean if a field has been set.

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