com.easypost.model.Shipment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easypost-api-client Show documentation
Show all versions of easypost-api-client Show documentation
EasyPost Java Client Library for the EasyPost Shipping API
The newest version!
package com.easypost.model;
import com.easypost.exception.EasyPostException;
import com.easypost.net.EasyPostResource;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
public final class Shipment extends EasyPostResource {
private String id;
private String mode;
private String reference;
private Boolean isReturn;
private Address toAddress;
private Address buyerAddress;
private Address fromAddress;
private Address returnAddress;
private Parcel parcel;
private CustomsInfo customsInfo;
private Rate selectedRate;
private List rates;
private PostageLabel postageLabel;
private ScanForm scanForm;
private String orderId;
private List