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

com.banxa.model.response.GetCountriesResponse Maven / Gradle / Ivy

The newest version!
package com.banxa.model.response;

import com.banxa.model.Country;

import java.util.List;

public class GetCountriesResponse {
    private List countries;

    public List getCountries() {
        return countries;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy