Class webhookEntityPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.webhookEntityPayload
-
public class webhookEntityPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description webhookEntityPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount_number()StringgetCard_last4()StringgetCard6()StringgetFirst_name()StringgetId()StringgetLast_name()voidsetAccount_number(String account_number)voidsetCard_last4(String card_last4)voidsetCard6(String card6)voidsetFirst_name(String first_name)voidsetId(String id)voidsetLast_name(String last_name)
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getAccount_number
public String getAccount_number()
- Returns:
- the account_number
-
setAccount_number
public void setAccount_number(String account_number)
- Parameters:
account_number- the account_number to set
-
getFirst_name
public String getFirst_name()
- Returns:
- the first_name
-
setFirst_name
public void setFirst_name(String first_name)
- Parameters:
first_name- the first_name to set
-
getLast_name
public String getLast_name()
- Returns:
- the last_name
-
setLast_name
public void setLast_name(String last_name)
- Parameters:
last_name- the last_name to set
-
getCard6
public String getCard6()
- Returns:
- the card6
-
setCard6
public void setCard6(String card6)
- Parameters:
card6- the card6 to set
-
getCard_last4
public String getCard_last4()
- Returns:
- the card_last4
-
setCard_last4
public void setCard_last4(String card_last4)
- Parameters:
card_last4- the card_last4 to set
-
-