All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.easypost.model.PickupRate Maven / Gradle / Ivy

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