
com.easypost.model.PickupRate 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;
public final class PickupRate extends Rate {
private String pickupId;
/**
* Get the ID of this Pickup.
*
* @return the ID of this Pickup.
*/
public String getPickupID() {
return pickupId;
}
/**
* Set the ID of this Pickup.
*
* @param pickupId the ID of this Pickup.
*/
public void setPickupID(String pickupId) {
this.pickupId = pickupId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy