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

com.hyperwallet.clientsdk.model.HyperwalletErrorList Maven / Gradle / Ivy

package com.hyperwallet.clientsdk.model;


import javax.xml.bind.annotation.XmlRootElement;
import java.util.ArrayList;
import java.util.List;

@XmlRootElement
public class HyperwalletErrorList {

    public List errors = new ArrayList();

    public HyperwalletErrorList() {
    }

    public List getErrors() {
        return errors;
    }

    public void setErrors(List errors) {
        this.errors = errors;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy