Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 2.5 KB

manifestpaginatedlist.md

File metadata and controls

38 lines (33 loc) · 2.5 KB

ManifestPaginatedList

Example Usage

import { ManifestPaginatedList } from "shippo/models/components";

let value: ManifestPaginatedList = {
  next: "baseurl?page=3&results=10",
  previous: "baseurl?page=1&results=10",
  results: [
    {
      carrierAccount: "adcfdddf8ec64b84ad22772bce3ea37a",
      shipmentDate: "2014-05-16T23:59:59Z",
      transactions: [
        "adcfdddf8ec64b84ad22772bce3ea37a",
      ],
      addressFrom: "d799c2679e644279b59fe661ac8fa488",
      documents: [
        "https://shippo-delivery.s3.amazonaws.com/0fadebf6f60c4aca95fa01bcc59c79ae.pdf?Signature=tlQU3RECwdHUQJQadwqg5bAzGFQ%3D&Expires=1402803835&AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA",
      ],
      objectCreated: new Date("2023-01-13T20:07:38.173Z"),
      objectId: "adcfdddf8ec64b84ad22772bce3ea37a",
      objectOwner: "[email protected]",
      objectUpdated: new Date("2024-01-30T12:51:46.829Z"),
      status: "SUCCESS",
    },
  ],
};

Fields

Field Type Required Description Example
next string N/A baseurl?page=3&results=10
previous string N/A baseurl?page=1&results=10
results components.Manifest[] N/A