The TerminalHardwareSKU object Preview

Terminal
Terminal Hardware SKU
The TerminalHardwareSKU object

Attributes

More attributes

  • objectstring

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

  • countryenum

    The country in which this SKU is available.

    Possible enum values
    AD
    AE
    AF
    AG
    AI
    AL
    AM
    AO
    AQ
    AR
    Show 239 more
  • orderableinteger

    The maximum quantity of this TerminalHardwareSKU that can be ordered. This will change over time due to inventory and other constraints.

  • productstringExpandable

    ID of the product for this SKU.

  • statusenum

    The SKU’s status.

    Possible enum values
    available

    Available for new orders.

    unavailable

    Can no longer be used for order creation.

  • unavailable_afternullable integer

    A UNIX timestamp, after which time this SKU has a status of unavailable and it can’t be used for order creation. If absent, we have no plans to make this SKU unavailable.

The TerminalHardwareSKU object
{
"id": "thsku_L5fys7HZ5o02Nc",
"object": "terminal.hardware_sku",
"amount": 450,
"country": "AT",
"currency": "usd",
"orderable": 100,
"product": "thpr_MJfof7SLvdkG6T",
"status": "available",
"unavailable_after": null
}