{
   "id": "01hhy57e5j3xzce7ama8gtk7m0",
   "entity": "price",
   "livemode": false,
   "amount": 200,
   "currency": "dzd",
   "metadata": null,
   "created_at": 1702892910,
   "updated_at": 1702892910,
   "product_id": "01hhy57dnhxf6pq4zcmw7tjnp6"
}

Attributes

id
string
The unique identifier of the price.
entity
string
A String representing the type of the object.
livemode
boolean
A “True” value means the request was made in Live Mode, while “False” indicates Test Mode.
amount
integer
The amount to be charged.
currency
string
A lowercase ISO currency code. Currently supported currencies are: “dzd”.
product_id
string
The ID of the Product.
metadata
dictionary
A Set of key-value pairs that can be used to store additional information about the price.
created_at
timestamp
Timestamp indicating when the price was created.
updated_at
timestamp
Timestamp indicating when the last time the price was updated (edited).
{
   "id": "01hhy57e5j3xzce7ama8gtk7m0",
   "entity": "price",
   "livemode": false,
   "amount": 200,
   "currency": "dzd",
   "metadata": null,
   "created_at": 1702892910,
   "updated_at": 1702892910,
   "product_id": "01hhy57dnhxf6pq4zcmw7tjnp6"
}