{
  "count": 1,
  "_embedded": {
    "sales_invoices": [
      {
        "resource": "sales-invoice",
        "id": "invoice_4Y0eZitmBnQ6IDoMqZQKh",
        "profileId": "pfl_QkEhN94Ba",
        "invoiceNumber": null,
        "currency": "EUR",
        "status": "draft",
        "vatScheme": "standard",
        "paymentTerm": "30 days",
        "recipientIdentifier": "123532354",
        "recipient": {
          "title": null,
          "givenName": "Given",
          "familyName": "Family",
          "email": "given.family@mollie.com",
          "phone": null,
          "streetAndNumber": "Street 1",
          "streetAdditional": null,
          "postalCode": "1000 AA",
          "city": "Amsterdam",
          "region": null,
          "country": "NL"
        },
        "lines": [
          {
            "description": "LEGO 4440 Forest Police Station",
            "quantity": 1,
            "vatRate": "21",
            "unitPrice": {
              "value": "89.00",
              "currency": "EUR"
            },
            "discount": null
          }
        ],
        "discount": null,
        "amountDue": {
          "value": "107.69",
          "currency": "EUR"
        },
        "subtotalAmount": {
          "value": "89.00",
          "currency": "EUR"
        },
        "totalAmount": {
          "value": "107.69",
          "currency": "EUR"
        },
        "totalVatAmount": {
          "value": "18.69",
          "currency": "EUR"
        },
        "discountedSubtotalAmount": {
          "value": "89.00",
          "currency": "EUR"
        },
        "createdAt": "2024-10-03T10:47:38.457381+00:00",
        "issuedAt": null,
        "dueAt": null,
        "memo": null
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "previous": null,
    "next": {
      "href": "https://api.mollie.com/v2/sales/invoices?from=invoice_4yUfQpbKnd2DUTouUdUwH&limit=5",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
