aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/billing/responses/line-item-list.json
blob: 8b69ea78754f3bf0026097df3fcae496957f2808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "lineItems": [
    {
      "id": "line-item-id",
      "description": "some description",
      "amount": "123.45",
      "plan": "paid",
      "planName": "Plan with id: paid",
      "majorVersion": 0
    }
  ]
}