Class qrcodePayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.qrcodePayload
-
public class qrcodePayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description qrcodePayload()
-
Method Summary
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getPublic_key
public String getPublic_key()
- Returns:
- the public_key
-
setPublic_key
public void setPublic_key(String public_key)
- Parameters:
public_key- the public_key to set
-
getCountry
public String getCountry()
- Returns:
- the country
-
setCountry
public void setCountry(String country)
- Parameters:
country- the country to set
-
getPhonenumber
public String getPhonenumber()
- Returns:
- the phonenumber
-
setPhonenumber
public void setPhonenumber(String phonenumber)
- Parameters:
phonenumber- the phonenumber to set
-
getFirstname
public String getFirstname()
- Returns:
- the firstname
-
setFirstname
public void setFirstname(String firstname)
- Parameters:
firstname- the firstname to set
-
getLastname
public String getLastname()
- Returns:
- the lastname
-
setLastname
public void setLastname(String lastname)
- Parameters:
lastname- the lastname to set
-
getSubmerchant_business_name
public String getSubmerchant_business_name()
- Returns:
- the submerchant_business_name
-
setSubmerchant_business_name
public void setSubmerchant_business_name(String submerchant_business_name)
- Parameters:
submerchant_business_name- the submerchant_business_name to set
-
getPBFPubKey
public String getPBFPubKey()
- Returns:
- the PBFPubKey
-
setPBFPubKey
public void setPBFPubKey(String PBFPubKey)
- Parameters:
PBFPubKey- the PBFPubKey to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount to set
-
getTxRef
public String getTxRef()
- Returns:
- the txRef
-
setTxRef
public void setTxRef(String txRef)
- Parameters:
txRef- the txRef to set
-
getIs_qr
public String getIs_qr()
- Returns:
- the is_qr
-
setIs_qr
public void setIs_qr(String is_qr)
- Parameters:
is_qr- the is_qr to set
-
getPayment_type
public String getPayment_type()
- Returns:
- the payment_type
-
setPayment_type
public void setPayment_type(String payment_type)
- Parameters:
payment_type- the payment_type to set
-
getIp
public String getIp()
- Returns:
- the ip
-
setIp
public void setIp(String ip)
- Parameters:
ip- the ip to set
-
getDevice_fingerprint
public String getDevice_fingerprint()
- Returns:
- the device_fingerprint
-
setDevice_fingerprint
public void setDevice_fingerprint(String device_fingerprint)
- Parameters:
device_fingerprint- the device_fingerprint to set
-
getMeta
public mpesameta getMeta()
- Returns:
- the meta
-
setMeta
public void setMeta(mpesameta meta)
- Parameters:
meta- the meta to set
-
getEmail
public String getEmail()
- Returns:
- the email
-
setEmail
public void setEmail(String email)
- Parameters:
email- the email to set
-
-