Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | Description of the product bundle. | |
BundleAttributes | Pointer to []string | The cart item attributes that determined which items are being bundled together. | |
ItemsIndices | Pointer to []float32 | The indices in the cart items array of the bundled items. |
func (o *ShowBundleMetadataEffectProps) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ShowBundleMetadataEffectProps) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShowBundleMetadataEffectProps) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ShowBundleMetadataEffectProps) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *ShowBundleMetadataEffectProps) GetBundleAttributes() []string
GetBundleAttributes returns the BundleAttributes field if non-nil, zero value otherwise.
func (o *ShowBundleMetadataEffectProps) GetBundleAttributesOk() ([]string, bool)
GetBundleAttributesOk returns a tuple with the BundleAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShowBundleMetadataEffectProps) HasBundleAttributes() bool
HasBundleAttributes returns a boolean if a field has been set.
func (o *ShowBundleMetadataEffectProps) SetBundleAttributes(v []string)
SetBundleAttributes gets a reference to the given []string and assigns it to the BundleAttributes field.
func (o *ShowBundleMetadataEffectProps) GetItemsIndices() []float32
GetItemsIndices returns the ItemsIndices field if non-nil, zero value otherwise.
func (o *ShowBundleMetadataEffectProps) GetItemsIndicesOk() ([]float32, bool)
GetItemsIndicesOk returns a tuple with the ItemsIndices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShowBundleMetadataEffectProps) HasItemsIndices() bool
HasItemsIndices returns a boolean if a field has been set.
func (o *ShowBundleMetadataEffectProps) SetItemsIndices(v []float32)
SetItemsIndices gets a reference to the given []float32 and assigns it to the ItemsIndices field.