| Package | Description |
|---|---|
| com.shippo.model |
| Modifier and Type | Method and Description |
|---|---|
static Parcel |
Parcel.create(Map<String,Object> params) |
static Parcel |
Parcel.create(Map<String,Object> params,
String apiKey) |
static Parcel |
Parcel.createForShipment(double length,
double width,
double height,
String distanceUnit,
double weight,
String massUnit) |
static Parcel |
Parcel.retrieve(String id) |
static Parcel |
Parcel.retrieve(String id,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
List<Parcel> |
Shipment.getParcels() |
| Modifier and Type | Method and Description |
|---|---|
static Shipment |
Shipment.createForBatch(Address from,
Address to,
List<Parcel> parcels) |
void |
Shipment.setParcels(List<Parcel> parcels) |
Copyright © 2017 Shippo. All rights reserved.