NotifyShopperResult |
NotifyShopperResult.displayedReference(String displayedReference) |
Reference of Pre-debit notification that is displayed to the shopper
|
static NotifyShopperResult |
NotifyShopperResult.fromJson(String jsonString) |
Create an instance of NotifyShopperResult given an JSON string
|
NotifyShopperResult |
NotifyShopperResult.message(String message) |
A simple description of the `resultCode`.
|
NotifyShopperResult |
NotifyShopperResult.pspReference(String pspReference) |
The unique reference that is associated with the request.
|
NotifyShopperResult |
NotifyShopperResult.reference(String reference) |
Reference of Pre-debit notification sent in my the merchant
|
NotifyShopperResult |
NotifyShopperResult.resultCode(String resultCode) |
The code indicating the status of notification.
|
NotifyShopperResult |
NotifyShopperResult.shopperNotificationReference(String shopperNotificationReference) |
The unique reference for the request sent downstream.
|
NotifyShopperResult |
NotifyShopperResult.storedPaymentMethodId(String storedPaymentMethodId) |
This is the recurringDetailReference returned in the response when token was created
|