Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.98 KB

WebhookStockIncrementNotification.md

File metadata and controls

82 lines (45 loc) · 2.98 KB

WebhookStockIncrementNotification

Properties

Name Type Description Notes
FsId Pointer to int64 Fulfillment service unique identifier [optional]
ProductChangesData Pointer to []WebhookStockIncrementNotificationProductChangesDataInner Products changes data [optional]

Methods

NewWebhookStockIncrementNotification

func NewWebhookStockIncrementNotification() *WebhookStockIncrementNotification

NewWebhookStockIncrementNotification instantiates a new WebhookStockIncrementNotification 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

NewWebhookStockIncrementNotificationWithDefaults

func NewWebhookStockIncrementNotificationWithDefaults() *WebhookStockIncrementNotification

NewWebhookStockIncrementNotificationWithDefaults instantiates a new WebhookStockIncrementNotification 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

GetFsId

func (o *WebhookStockIncrementNotification) GetFsId() int64

GetFsId returns the FsId field if non-nil, zero value otherwise.

GetFsIdOk

func (o *WebhookStockIncrementNotification) GetFsIdOk() (*int64, bool)

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

SetFsId

func (o *WebhookStockIncrementNotification) SetFsId(v int64)

SetFsId sets FsId field to given value.

HasFsId

func (o *WebhookStockIncrementNotification) HasFsId() bool

HasFsId returns a boolean if a field has been set.

GetProductChangesData

func (o *WebhookStockIncrementNotification) GetProductChangesData() []WebhookStockIncrementNotificationProductChangesDataInner

GetProductChangesData returns the ProductChangesData field if non-nil, zero value otherwise.

GetProductChangesDataOk

func (o *WebhookStockIncrementNotification) GetProductChangesDataOk() (*[]WebhookStockIncrementNotificationProductChangesDataInner, bool)

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

SetProductChangesData

func (o *WebhookStockIncrementNotification) SetProductChangesData(v []WebhookStockIncrementNotificationProductChangesDataInner)

SetProductChangesData sets ProductChangesData field to given value.

HasProductChangesData

func (o *WebhookStockIncrementNotification) HasProductChangesData() bool

HasProductChangesData returns a boolean if a field has been set.

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