Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 987 Bytes

RemoveItemCatalogAction.md

File metadata and controls

39 lines (20 loc) · 987 Bytes

RemoveItemCatalogAction

Properties

Name Type Description Notes
Sku Pointer to string The unique SKU of the item to remove.

Methods

GetSku

func (o *RemoveItemCatalogAction) GetSku() string

GetSku returns the Sku field if non-nil, zero value otherwise.

GetSkuOk

func (o *RemoveItemCatalogAction) GetSkuOk() (string, bool)

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

HasSku

func (o *RemoveItemCatalogAction) HasSku() bool

HasSku returns a boolean if a field has been set.

SetSku

func (o *RemoveItemCatalogAction) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

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