v5.10.0
- Adds
all
function toPickup
class to retrieve all pickups - Adds
retrievePayload
andretrieveAllPayloads
functions to retrieve payloads for an Event- These are static functions on the Event class, so you can call them like
easypost.Event.retrieveAllPayloads(eventId)
- These are static functions on the Event class, so you can call them like
- Adds missing Typescript implementations for
CustomsInfo
,CustomsItem
,ScanForm
,User
,Referral
,Rate
,CarbonOffset
, andBrand
(closes #328)