products property
A list of products the customer is purchasing. maximum 100 products (From Thawani API Doc).
{
"name": "product Name",
"unit_amount": the price by Baisa, >=100 <=5000000000
"quantity": the quantity of the line product, >=1 <=100
}
Implementation
final List<Map> products;