
com.flutterwave.rave.java.payload.mobilemoneyPayload 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;
import java.util.List;
/**
*
* @author cleopatradouglas
*/
public class mobilemoneyPayload {
/**
* @return the subaccounts
*/
public List getSubaccounts() {
return subaccounts;
}
/**
* @param subaccounts the subaccounts to set
*/
public void setSubaccounts(List subaccounts) {
this.subaccounts = subaccounts;
}
/**
* @return the test
*/
public String getTest() {
return test;
}
/**
* @param test the test to set
*/
public void setTest(String test) {
this.test = test;
}
/**
* @return the secret_key
*/
public String getSecret_key() {
return secret_key;
}
/**
* @param secret_key the secret_key to set
*/
public void setSecret_key(String secret_key) {
this.secret_key = secret_key;
}
/**
* @return the public_key
*/
public String getPublic_key() {
return public_key;
}
/**
* @param public_key the public_key to set
*/
public void setPublic_key(String public_key) {
this.public_key = public_key;
}
/**
* @return the encryption_key
*/
public String getEncryption_key() {
return encryption_key;
}
/**
* @param encryption_key the encryption_key to set
*/
public void setEncryption_key(String encryption_key) {
this.encryption_key = encryption_key;
}
/**
* @return the metavalue
*/
public String getMetavalue() {
return metavalue;
}
/**
* @param metavalue the metavalue to set
*/
public void setMetavalue(String metavalue) {
this.metavalue = metavalue;
}
/**
* @return the metaname
*/
public String getMetaname() {
return metaname;
}
/**
* @param metaname the metaname to set
*/
public void setMetaname(String metaname) {
this.metaname = metaname;
}
/**
* @return the PBFPubKey
*/
public String getPBFPubKey() {
return PBFPubKey;
}
/**
* @param PBFPubKey the PBFPubKey to set
*/
public void setPBFPubKey(String PBFPubKey) {
this.PBFPubKey = PBFPubKey;
}
/**
* @return the currency
*/
public String getCurrency() {
return currency;
}
/**
* @param currency the currency to set
*/
public void setCurrency(String currency) {
this.currency = currency;
}
/**
* @return the payment_type
*/
public String getPayment_type() {
return payment_type;
}
/**
* @param payment_type the payment_type to set
*/
public void setPayment_type(String payment_type) {
this.payment_type = payment_type;
}
/**
* @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 phonenumber
*/
public String getPhonenumber() {
return phonenumber;
}
/**
* @param phonenumber the phonenumber to set
*/
public void setPhonenumber(String phonenumber) {
this.phonenumber = phonenumber;
}
/**
* @return the network
*/
public String getNetwork() {
return network;
}
/**
* @param network the network to set
*/
public void setNetwork(String network) {
this.network = network;
}
/**
* @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 voucher
*/
public String getVoucher() {
return voucher;
}
/**
* @param voucher the voucher to set
*/
public void setVoucher(String voucher) {
this.voucher = voucher;
}
/**
* @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;
}
/**
* @return the orderRef
*/
public String getOrderRef() {
return orderRef;
}
/**
* @param orderRef the orderRef to set
*/
public void setOrderRef(String orderRef) {
this.orderRef = orderRef;
}
/**
* @return the is_mobile_money_gh
*/
public int getIs_mobile_money_gh() {
return is_mobile_money_gh;
}
/**
* @param is_mobile_money_gh the is_mobile_money_gh to set
*/
public void setIs_mobile_money_gh(int is_mobile_money_gh) {
this.is_mobile_money_gh = is_mobile_money_gh;
}
/**
* @return the redirect_url
*/
public String getRedirect_url() {
return redirect_url;
}
/**
* @param redirect_url the redirect_url to set
*/
public void setRedirect_url(String redirect_url) {
this.redirect_url = redirect_url;
}
/**
* @return the device_fingerprint
*/
public String getDevice_fingerprint() {
return device_fingerprint;
}
/**
* @param device_fingerprint the device_fingerprint to set
*/
public void setDevice_fingerprint(String device_fingerprint) {
this.device_fingerprint = device_fingerprint;
}
/**
* @return the is_mobile_money_ug
*/
public int getIs_mobile_money_ug() {
return is_mobile_money_ug;
}
/**
* @param is_mobile_money_ug the is_mobile_money_ug to set
*/
public void setIs_mobile_money_ug(int is_mobile_money_ug) {
this.is_mobile_money_ug = is_mobile_money_ug;
}
/**
* @return the is_mpesa
*/
public String getIs_mpesa() {
return is_mpesa;
}
/**
* @param is_mpesa the is_mpesa to set
*/
public void setIs_mpesa(String is_mpesa) {
this.is_mpesa = is_mpesa;
}
/**
* @return the is_mpesa_lipa
*/
public int getIs_mpesa_lipa() {
return is_mpesa_lipa;
}
/**
* @param is_mpesa_lipa the is_mpesa_lipa to set
*/
public void setIs_mpesa_lipa(int is_mpesa_lipa) {
this.is_mpesa_lipa = is_mpesa_lipa;
}
/**
* @return the meta
*/
public mpesameta getMeta() {
return meta;
}
/**
* @param meta the meta to set
*/
public void setMeta(mpesameta meta) {
this.meta = meta;
}
private String PBFPubKey;
private String currency;
private String payment_type;
private String country;
private String amount;
private String email;
private String phonenumber;
private String network;
private String firstname;
private String lastname;
private String voucher;
private String IP;
private String txRef;
private String orderRef;
private int is_mobile_money_gh;
private String redirect_url;
private String device_fingerprint;
private int is_mobile_money_ug;
private String is_mpesa;
private int is_mpesa_lipa;
private mpesameta meta;
private String metaname;
private String metavalue;
private String test;
private String secret_key;
private String public_key;
private String encryption_key;
private List subaccounts;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy