The TerminalHardwareProduct object Preview

Terminal
Terminal Hardware Product
The TerminalHardwareProduct object

Attributes

  • idstring

    Unique identifier for the object.

  • objectstring

    String representing the object’s type. Objects of the same type share the same value.

  • statusenum

    The status of the terminal hardware product.

    Possible enum values
    available

    Available for new orders.

    unavailable

    Can no longer be used for order creation.

  • typestring

    The type of product.

  • unavailable_afternullable integer

    If all the SKUs for this product have an unavailable_after then this is the max unavailable_after in UNIX timestamp. Otherwise, null.

The TerminalHardwareProduct object
{
"id": "thpr_MJfotcxYT5Hwsm",
"object": "terminal.hardware_product",
"status": "available",
"type": "bbpos_wisepos_e",
"unavailable_after": null
}