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

com.wirecash.api.models.Responses.StateListResponse Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.wirecash.api.models.Responses;

import com.wirecash.api.models.Models.NameCode;

import java.util.ArrayList;

public class StateListResponse {

    public ArrayList getStates() {
        return states;
    }

    public void setStates(ArrayList states) {
        this.states = states;
    }

    private ArrayList states = new ArrayList<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy