aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/billing/responses/line-item-list.json
blob: fbfc5ce09eedb7fa9e65b710632f33e495a38794 (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": "some-plan",
      "planName": "Plan with id: some-plan",
      "majorVersion": 0
    }
  ]
}