Skip to main content

Data Model - Item Detail

smilepayz teamsLess 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:

ParamTypeDescription
nameStringTransaction product name
quantityNumberTransaction quantity
priceNumberTransaction price
quantity  --> #  20
price  --> #.## 500.00

Example

{
  "name": "mac",
  "quantity": 1,
  "amount": 9000.28
}
Last update: