The TerminalHardwareSKU object Preview
Attributes
- idstring
Unique identifier for the object.
 - amountinteger
The price of this SKU.
 - currencyenum
Three-letter ISO currency code, in lowercase. Must be a supported currency.
Possible enum valuesaedafnallamdangaoaarsaudawgaznShow 141 more  
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 valuesADAEAFAGAIALAMAOAQARShow 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 valuesstripeThe Stripe provider
 - statusenum
The SKU’s status.
Possible enum valuesavailableAvailable for new orders.
unavailableCan no longer be used for order creation.
 - nullable integer
A UNIX timestamp, after which time this SKU has a status of
unavailableand 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}