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 valuesaed
afn
all
amd
ang
aoa
ars
aud
awg
azn
Show 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 valuesAD
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 valuesstripe
The Stripe provider
- statusenum
The SKU’s status.
Possible enum valuesavailable
Available for new orders.
unavailable
Can no longer be used for order creation.
- nullable 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}