Class paymentplanfetch
- java.lang.Object
-
- com.flutterwave.rave.java.payload.paymentplanfetch
-
public class paymentplanfetch extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description paymentplanfetch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()StringgetQ()StringgetSeckey()StringgetStatus()StringgetTest()voidsetId(String id)voidsetName(String name)voidsetQ(String q)voidsetSeckey(String seckey)voidsetStatus(String status)voidsetTest(String test)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getStatus
public String getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(String status)
- Parameters:
status- the status to set
-
getSeckey
public String getSeckey()
- Returns:
- the seckey
-
setSeckey
public void setSeckey(String seckey)
- Parameters:
seckey- the seckey to set
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getQ
public String getQ()
- Returns:
- the q
-
setQ
public void setQ(String q)
- Parameters:
q- the q to set
-
-