Class capturePayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.capturePayload
-
public class capturePayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description capturePayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()StringgetAmount()StringgetFlwRef()StringgetRef()StringgetSECKEY()voidsetAction(String action)voidsetAmount(String amount)voidsetFlwRef(String flwRef)voidsetRef(String ref)voidsetSECKEY(String SECKEY)
-
-
-
Method Detail
-
getRef
public String getRef()
- Returns:
- the ref
-
setRef
public void setRef(String ref)
- Parameters:
ref- the ref to set
-
getAction
public String getAction()
- Returns:
- the action
-
setAction
public void setAction(String action)
- Parameters:
action- the action to set
-
getSECKEY
public String getSECKEY()
- Returns:
- the SECKEY
-
setSECKEY
public void setSECKEY(String SECKEY)
- Parameters:
SECKEY- the SECKEY to set
-
getFlwRef
public String getFlwRef()
- Returns:
- the flwRef
-
setFlwRef
public void setFlwRef(String flwRef)
- Parameters:
flwRef- the flwRef to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount to set
-
-