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

com.plaid.client.response.MessageResponse Maven / Gradle / Ivy

There is a newer version: 29.0.0
Show newest version
package com.plaid.client.response;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown=true)
public class MessageResponse {

    private String message;
    
    public String getMessage() {
        return message;
    }
    
    public void setMessage(String message) {
        this.message = message;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy