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.

  • providernullable enum

    The provider associated with this SKU.

    Possible enum values
    stripe

    The Stripe provider

  • 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_OEu70OWVaQ0DG3",
"object": "terminal.hardware_sku",
"amount": 450,
"country": "US",
"currency": "usd",
"orderable": 100,
"product": "thpr_NGubNsbUoS1oik",
"status": "available",
"unavailable_after": null
}