Class webhookCustomerPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.webhookCustomerPayload
-
public class webhookCustomerPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description webhookCustomerPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAccountId()StringgetCreatedAt()StringgetCustomertoken()StringgetDeletedAt()StringgetEmail()StringgetFullName()doublegetId()StringgetPhone()StringgetUpdatedAt()voidsetAccountId(int AccountId)voidsetCreatedAt(String createdAt)voidsetCustomertoken(String customertoken)voidsetDeletedAt(String deletedAt)voidsetEmail(String email)voidsetFullName(String fullName)voidsetId(double id)voidsetPhone(String phone)voidsetUpdatedAt(String updatedAt)
-
-
-
Method Detail
-
getAccountId
public int getAccountId()
- Returns:
- the AccountId
-
setAccountId
public void setAccountId(int AccountId)
- Parameters:
AccountId- the AccountId to set
-
getId
public double getId()
- Returns:
- the id
-
setId
public void setId(double id)
- Parameters:
id- the id to set
-
getPhone
public String getPhone()
- Returns:
- the phone
-
setPhone
public void setPhone(String phone)
- Parameters:
phone- the phone to set
-
getFullName
public String getFullName()
- Returns:
- the fullName
-
setFullName
public void setFullName(String fullName)
- Parameters:
fullName- the fullName to set
-
getCustomertoken
public String getCustomertoken()
- Returns:
- the customertoken
-
setCustomertoken
public void setCustomertoken(String customertoken)
- Parameters:
customertoken- the customertoken to set
-
getEmail
public String getEmail()
- Returns:
- the email
-
setEmail
public void setEmail(String email)
- Parameters:
email- the email to set
-
getCreatedAt
public String getCreatedAt()
- Returns:
- the createdAt
-
setCreatedAt
public void setCreatedAt(String createdAt)
- Parameters:
createdAt- the createdAt to set
-
getUpdatedAt
public String getUpdatedAt()
- Returns:
- the updatedAt
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
- Parameters:
updatedAt- the updatedAt to set
-
getDeletedAt
public String getDeletedAt()
- Returns:
- the deletedAt
-
setDeletedAt
public void setDeletedAt(String deletedAt)
- Parameters:
deletedAt- the deletedAt to set
-
-