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

com.banxa.model.UsState Maven / Gradle / Ivy

The newest version!
package com.banxa.model;

public class UsState {
    private String stateCode;
    private String stateName;

    public String getStateCode() {
        return stateCode;
    }

    public String getStateName() {
        return stateName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy