public class SAConfigNotificationsCustomerNotifications extends Object
| Constructor and Description |
|---|
SAConfigNotificationsCustomerNotifications() |
| Modifier and Type | Method and Description |
|---|---|
SAConfigNotificationsCustomerNotifications |
customCancelPage(String customCancelPage) |
Boolean |
CustomCancelPageEnabled()
Toggles the custom cancel page, where merchants can receive notice that the payer has canceled, and display appropriate messaging and direction.
|
SAConfigNotificationsCustomerNotifications |
customCancelPageEnabled(Boolean customCancelPageEnabled) |
Boolean |
CustomerReceiptEmailEnabled()
Toggles an email receipt sent to the payer's email address on payment success.
|
SAConfigNotificationsCustomerNotifications |
customerReceiptEmailEnabled(Boolean customerReceiptEmailEnabled) |
SAConfigNotificationsCustomerNotifications |
customReceiptPage(String customReceiptPage) |
Boolean |
CustomReceiptPageEnabled()
Toggles the custom receipt page, where merchants can receive the results of the transaction and display appropriate messaging.
|
SAConfigNotificationsCustomerNotifications |
customReceiptPageEnabled(Boolean customReceiptPageEnabled) |
boolean |
equals(Object o) |
String |
getCustomCancelPage()
URL to which transaction results are POSTed when the payer clicks 'Cancel' on the Hosted Checkout.
|
String |
getCustomReceiptPage()
URL to which transaction results are POSTed when the payer requests a payment on the Hosted Checkout.
|
String |
getReceiptEmailAddress()
Email address where a copy of the payer's receipt email is sent, when notificationReceiptEmailEnabled is true.
|
int |
hashCode() |
Boolean |
NotificationReceiptEmailEnabled()
Toggles whether merchant receives a copy of the payer's receipt email.
|
SAConfigNotificationsCustomerNotifications |
notificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled) |
SAConfigNotificationsCustomerNotifications |
receiptEmailAddress(String receiptEmailAddress) |
void |
setCustomCancelPage(String customCancelPage) |
void |
setCustomCancelPageEnabled(Boolean customCancelPageEnabled) |
void |
setCustomerReceiptEmailEnabled(Boolean customerReceiptEmailEnabled) |
void |
setCustomReceiptPage(String customReceiptPage) |
void |
setCustomReceiptPageEnabled(Boolean customReceiptPageEnabled) |
void |
setNotificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled) |
void |
setReceiptEmailAddress(String receiptEmailAddress) |
String |
toString() |
public SAConfigNotificationsCustomerNotifications()
public SAConfigNotificationsCustomerNotifications customReceiptPageEnabled(Boolean customReceiptPageEnabled)
public Boolean CustomReceiptPageEnabled()
public void setCustomReceiptPageEnabled(Boolean customReceiptPageEnabled)
public SAConfigNotificationsCustomerNotifications receiptEmailAddress(String receiptEmailAddress)
public String getReceiptEmailAddress()
public void setReceiptEmailAddress(String receiptEmailAddress)
public SAConfigNotificationsCustomerNotifications customerReceiptEmailEnabled(Boolean customerReceiptEmailEnabled)
public Boolean CustomerReceiptEmailEnabled()
public void setCustomerReceiptEmailEnabled(Boolean customerReceiptEmailEnabled)
public SAConfigNotificationsCustomerNotifications customCancelPage(String customCancelPage)
public String getCustomCancelPage()
public void setCustomCancelPage(String customCancelPage)
public SAConfigNotificationsCustomerNotifications customReceiptPage(String customReceiptPage)
public String getCustomReceiptPage()
public void setCustomReceiptPage(String customReceiptPage)
public SAConfigNotificationsCustomerNotifications customCancelPageEnabled(Boolean customCancelPageEnabled)
public Boolean CustomCancelPageEnabled()
public void setCustomCancelPageEnabled(Boolean customCancelPageEnabled)
public SAConfigNotificationsCustomerNotifications notificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled)
public Boolean NotificationReceiptEmailEnabled()
public void setNotificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled)
Copyright © 2025. All rights reserved.