| Modifier and Type | Class and Description |
|---|---|
static class |
BatchShipment.Status |
| Constructor and Description |
|---|
BatchShipment() |
| Modifier and Type | Method and Description |
|---|---|
static BatchShipment |
createForShipment(Shipment shipment,
String carrierAccount,
String serviceLevelToken) |
String |
getCarrierAccount() |
String |
getId() |
Object |
getMessages() |
String |
getMetadata() |
String |
getServiceLevelToken() |
Object |
getShipment()
Returned object will be either String containing shipment ID when
retrieving or
Shipment object |
BatchShipment.Status |
getStatus() |
String |
getTransaction() |
String |
toString() |
public static BatchShipment createForShipment(Shipment shipment, String carrierAccount, String serviceLevelToken)
public String getId()
public BatchShipment.Status getStatus()
public String getCarrierAccount()
public String getServiceLevelToken()
public Object getShipment()
Shipment objectpublic String getTransaction()
public Object getMessages()
public String getMetadata()
Copyright © 2017 Shippo. All rights reserved.