Data Model - Item Detail
Less than 1 minute
Data Model
The term itemDetail
can refer to various concepts and aspects related to currency and financial transactions. Here are some key points:
Param | Type | Description |
---|---|---|
name | String | Transaction product name |
quantity | Number | Transaction quantity |
price | Number | Transaction price |
quantity --> # 20
price --> #.## 500.00
Example
{
"name": "mac",
"quantity": 1,
"amount": 9000.28
}
{
"name": "T-shirt",
"currency": 2,
"amount": 120.00
}