Skip to main content

PagedInvoicesResponse

content object[]
  • Array [
  • iduuid
    shopIdstring
    externalInvoiceIdstring
    billingPeriodStartdate-time
    billingPeriodEnddate-time
    subscriptionPlanstring
    basePlanAmountnumber
    overageAmountnumber
    addonAmountnumber
    discountAmountnumber
    taxAmountnumber
    totalAmountnumber
    currencystring
    statusstring
    paidAtdate-time
    dueDatedate-time
    paymentMethodstring
    lineItems object[]
  • Array [
  • iduuid
    descriptionstring
    itemTypestring
    quantityint32
    unitPricenumber
    amountnumber
  • ]
  • createdAtdate-time
  • ]
  • pageint32
    sizeint32
    totalElementsint64
    totalPagesint32
    firstboolean
    lastboolean
    PagedInvoicesResponse
    {
    "content": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "shopId": "string",
    "externalInvoiceId": "string",
    "billingPeriodStart": "2024-07-29T15:51:28.071Z",
    "billingPeriodEnd": "2024-07-29T15:51:28.071Z",
    "subscriptionPlan": "string",
    "basePlanAmount": 0,
    "overageAmount": 0,
    "addonAmount": 0,
    "discountAmount": 0,
    "taxAmount": 0,
    "totalAmount": 0,
    "currency": "string",
    "status": "string",
    "paidAt": "2024-07-29T15:51:28.071Z",
    "dueDate": "2024-07-29T15:51:28.071Z",
    "paymentMethod": "string",
    "lineItems": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "description": "string",
    "itemType": "string",
    "quantity": 0,
    "unitPrice": 0,
    "amount": 0
    }
    ],
    "createdAt": "2024-07-29T15:51:28.071Z"
    }
    ],
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0,
    "first": true,
    "last": true
    }