RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

BinTipWeightModel

Extends
  • BaseModel

Summary

BinTipWeightModel Constructor

.

Description

Model Class for a Bin Tip Weight

Constructor

protected

new BinTipWeightModel(siteId)

BinTipWeightModel Constructor

Parameters

  • siteId number

    The Site ID associated with this Bin Tip Weight

Source

Members

Methods

static

fromJSON(json, siteId) → {BinTipWeightModel}

Create a new BinTipWeightModel from a JSON Object or JSON String

Parameters

  • json Object.<string, any> | string

    A JSON Object or JSON String

  • siteId number

    The Site ID associated with this Bin Tip Weight

Returns

  • BinTipWeightModel

Source