
com.flutterwave.rave.java.payload.tokenChargePayload 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 tokenChargePayload {
/**
* @return the test
*/
public String getTest() {
return test;
}
/**
* @param test the test to set
*/
public void setTest(String test) {
this.test = test;
}
/**
* @return the currency
*/
public String getCurrency() {
return currency;
}
/**
* @param currency the currency to set
*/
public void setCurrency(String currency) {
this.currency = currency;
}
/**
* @return the SECKEY
*/
public String getSECKEY() {
return SECKEY;
}
/**
* @param SECKEY the SECKEY to set
*/
public void setSECKEY(String SECKEY) {
this.SECKEY = SECKEY;
}
/**
* @return the token
*/
public String getToken() {
return token;
}
/**
* @param token the token to set
*/
public void setToken(String token) {
this.token = token;
}
/**
* @return the country
*/
public String getCountry() {
return country;
}
/**
* @param country the country to set
*/
public void setCountry(String country) {
this.country = country;
}
/**
* @return the amount
*/
public String getAmount() {
return amount;
}
/**
* @param amount the amount to set
*/
public void setAmount(String amount) {
this.amount = amount;
}
/**
* @return the email
*/
public String getEmail() {
return email;
}
/**
* @param email the email to set
*/
public void setEmail(String email) {
this.email = email;
}
/**
* @return the firstname
*/
public String getFirstname() {
return firstname;
}
/**
* @param firstname the firstname to set
*/
public void setFirstname(String firstname) {
this.firstname = firstname;
}
/**
* @return the lastname
*/
public String getLastname() {
return lastname;
}
/**
* @param lastname the lastname to set
*/
public void setLastname(String lastname) {
this.lastname = lastname;
}
/**
* @return the IP
*/
public String getIP() {
return IP;
}
/**
* @param IP the IP to set
*/
public void setIP(String IP) {
this.IP = IP;
}
/**
* @return the txRef
*/
public String getTxRef() {
return txRef;
}
/**
* @param txRef the txRef to set
*/
public void setTxRef(String txRef) {
this.txRef = txRef;
}
private String currency;
private String SECKEY;
private String token;
private String country;
private String amount;
private String email;
private String firstname;
private String lastname;
private String IP;
private String txRef;
private String test;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy