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

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

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

import com.banxa.model.UsState;

import java.util.List;

public class GetUsStatesResponse {
    private List states;

    public List getStates() {
        return states;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy