Skip to main content

PagedSubscriptionsResponse

content object[]
  • Array [
  • iduuid
    shopIdstring
    organizationIdstring
    planstring
    billingCyclestring
    statusstring
    subscriptionStartsAtdate-time
    nextBillingDatedate-time
    trialEndsAtdate-time
    cancelAtPeriodEndboolean
    createdAtdate-time
  • ]
  • pageint32
    sizeint32
    totalElementsint32
    totalPagesint32
    firstboolean
    lastboolean
    PagedSubscriptionsResponse
    {
    "content": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "shopId": "string",
    "organizationId": "string",
    "plan": "string",
    "billingCycle": "string",
    "status": "string",
    "subscriptionStartsAt": "2024-07-29T15:51:28.071Z",
    "nextBillingDate": "2024-07-29T15:51:28.071Z",
    "trialEndsAt": "2024-07-29T15:51:28.071Z",
    "cancelAtPeriodEnd": true,
    "createdAt": "2024-07-29T15:51:28.071Z"
    }
    ],
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0,
    "first": true,
    "last": true
    }