
com.flutterwave.rave.java.payload.mpesameta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Rave-Java Show documentation
Show all versions of Rave-Java Show documentation
A Java API wrapper for the Rave API
The newest version!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.flutterwave.rave.java.payload;
/**
*
* @author cleopatradouglas
*/
public class mpesameta {
/**
* @return the metaname
*/
public String getMetaname() {
return metaname;
}
/**
* @param metaname the metaname to set
*/
public void setMetaname(String metaname) {
this.metaname = metaname;
}
/**
* @return the metavalue
*/
public String getMetavalue() {
return metavalue;
}
/**
* @param metavalue the metavalue to set
*/
public void setMetavalue(String metavalue) {
this.metavalue = metavalue;
}
private String metaname;
private String metavalue;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy