public class NotifyShopperResult extends Object
| Constructor and Description |
|---|
NotifyShopperResult() |
| Modifier and Type | Method and Description |
|---|---|
NotifyShopperResult |
displayedReference(String displayedReference) |
boolean |
equals(Object o) |
String |
getDisplayedReference()
Reference of Pre-debit notification that is displayed to the shopper
|
String |
getMessage()
A simple description of the `resultCode`.
|
String |
getPspReference()
The unique reference that is associated with the request.
|
String |
getReference()
Reference of Pre-debit notification sent in my the merchant
|
String |
getResultCode()
The code indicating the status of notification.
|
String |
getShopperNotificationReference()
The unique reference for the request sent downstream.
|
String |
getStoredPaymentMethodId()
This is the recurringDetailReference returned in the response when token was created
|
int |
hashCode() |
NotifyShopperResult |
message(String message) |
NotifyShopperResult |
pspReference(String pspReference) |
NotifyShopperResult |
reference(String reference) |
NotifyShopperResult |
resultCode(String resultCode) |
void |
setDisplayedReference(String displayedReference) |
void |
setMessage(String message) |
void |
setPspReference(String pspReference) |
void |
setReference(String reference) |
void |
setResultCode(String resultCode) |
void |
setShopperNotificationReference(String shopperNotificationReference) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
NotifyShopperResult |
shopperNotificationReference(String shopperNotificationReference) |
NotifyShopperResult |
storedPaymentMethodId(String storedPaymentMethodId) |
String |
toString() |
public NotifyShopperResult displayedReference(String displayedReference)
public String getDisplayedReference()
public void setDisplayedReference(String displayedReference)
public NotifyShopperResult message(String message)
public String getMessage()
public void setMessage(String message)
public NotifyShopperResult pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public NotifyShopperResult reference(String reference)
public String getReference()
public void setReference(String reference)
public NotifyShopperResult resultCode(String resultCode)
public String getResultCode()
public void setResultCode(String resultCode)
public NotifyShopperResult shopperNotificationReference(String shopperNotificationReference)
public String getShopperNotificationReference()
public void setShopperNotificationReference(String shopperNotificationReference)
public NotifyShopperResult storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
Copyright © 2022. All rights reserved.