Class pamentplancreatepayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.pamentplancreatepayload
-
public class pamentplancreatepayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description pamentplancreatepayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()StringgetDuration()StringgetInterval()StringgetName()StringgetSeckey()StringgetTest()voidsetAmount(String amount)voidsetDuration(String duration)voidsetInterval(String interval)voidsetName(String name)voidsetSeckey(String seckey)voidsetTest(String test)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getInterval
public String getInterval()
- Returns:
- the interval
-
setInterval
public void setInterval(String interval)
- Parameters:
interval- the interval to set
-
getDuration
public String getDuration()
- Returns:
- the duration
-
setDuration
public void setDuration(String duration)
- Parameters:
duration- the duration to set
-
getSeckey
public String getSeckey()
- Returns:
- the seckey
-
setSeckey
public void setSeckey(String seckey)
- Parameters:
seckey- the seckey to set
-
-