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

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

The newest version!
package com.banxa.model;

public class Country {
    private String countryCode;
    private String countryName;

    public String getCountryCode() {
        return countryCode;
    }

    public String getCountryName() {
        return countryName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy