Package com.adyen.model.recurring
Class NotifyShopperResult
- java.lang.Object
-
- com.adyen.model.recurring.NotifyShopperResult
-
public class NotifyShopperResult extends Object
NotifyShopperResult
-
-
Constructor Summary
Constructors Constructor Description NotifyShopperResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotifyShopperResultdisplayedReference(String displayedReference)booleanequals(Object o)StringgetDisplayedReference()Reference of Pre-debit notification that is displayed to the shopperStringgetMessage()A simple description of the `resultCode`.StringgetPspReference()The unique reference that is associated with the request.StringgetReference()Reference of Pre-debit notification sent in my the merchantStringgetResultCode()The code indicating the status of notification.StringgetShopperNotificationReference()The unique reference for the request sent downstream.StringgetStoredPaymentMethodId()This is the recurringDetailReference returned in the response when token was createdinthashCode()NotifyShopperResultmessage(String message)NotifyShopperResultpspReference(String pspReference)NotifyShopperResultreference(String reference)NotifyShopperResultresultCode(String resultCode)voidsetDisplayedReference(String displayedReference)voidsetMessage(String message)voidsetPspReference(String pspReference)voidsetReference(String reference)voidsetResultCode(String resultCode)voidsetShopperNotificationReference(String shopperNotificationReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)NotifyShopperResultshopperNotificationReference(String shopperNotificationReference)NotifyShopperResultstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()
-
-
-
Method Detail
-
displayedReference
public NotifyShopperResult displayedReference(String displayedReference)
-
getDisplayedReference
public String getDisplayedReference()
Reference of Pre-debit notification that is displayed to the shopper- Returns:
- displayedReference
-
setDisplayedReference
public void setDisplayedReference(String displayedReference)
-
message
public NotifyShopperResult message(String message)
-
getMessage
public String getMessage()
A simple description of the `resultCode`.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
pspReference
public NotifyShopperResult pspReference(String pspReference)
-
getPspReference
public String getPspReference()
The unique reference that is associated with the request.- Returns:
- pspReference
-
setPspReference
public void setPspReference(String pspReference)
-
reference
public NotifyShopperResult reference(String reference)
-
getReference
public String getReference()
Reference of Pre-debit notification sent in my the merchant- Returns:
- reference
-
setReference
public void setReference(String reference)
-
resultCode
public NotifyShopperResult resultCode(String resultCode)
-
getResultCode
public String getResultCode()
The code indicating the status of notification.- Returns:
- resultCode
-
setResultCode
public void setResultCode(String resultCode)
-
shopperNotificationReference
public NotifyShopperResult shopperNotificationReference(String shopperNotificationReference)
-
getShopperNotificationReference
public String getShopperNotificationReference()
The unique reference for the request sent downstream.- Returns:
- shopperNotificationReference
-
setShopperNotificationReference
public void setShopperNotificationReference(String shopperNotificationReference)
-
storedPaymentMethodId
public NotifyShopperResult storedPaymentMethodId(String storedPaymentMethodId)
-
getStoredPaymentMethodId
public String getStoredPaymentMethodId()
This is the recurringDetailReference returned in the response when token was created- Returns:
- storedPaymentMethodId
-
setStoredPaymentMethodId
public void setStoredPaymentMethodId(String storedPaymentMethodId)
-
-