Prices
The Price object
Prices define the unit cost and the currency of products. A product can have multiple prices.
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).