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