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

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

There is a newer version: 5.5.0
Show newest version
package com.easypost.model;

import com.easypost.net.EasyPostResource;

public class ApiKey extends EasyPostResource {
    String mode;
    String key;

    public String getMode() { return mode; }
    public void setMode(String mode) { this.mode = mode; }

    public String getKey() { return key; }
    public void setKey(String key) { this.key = key; }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy