public class SAConfigNotificationsCustomerNotifications extends Object
| Constructor and Description |
|---|
SAConfigNotificationsCustomerNotifications() |
| Modifier and Type | Method and Description |
|---|---|
SAConfigNotificationsCustomerNotifications |
customCancelPage(String customCancelPage) |
SAConfigNotificationsCustomerNotifications |
customCancelPageEnabled(Boolean customCancelPageEnabled) |
SAConfigNotificationsCustomerNotifications |
customerReceiptEmailEnabled(Boolean customerReceiptEmailEnabled) |
SAConfigNotificationsCustomerNotifications |
customReceiptPage(String customReceiptPage) |
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 |
isCustomCancelPageEnabled()
Toggles the custom cancel page, where merchants can receive notice that the payer has canceled, and display appropriate messaging and direction.
|
Boolean |
isCustomerReceiptEmailEnabled()
Toggles an email receipt sent to the payer's email address on payment success.
|
Boolean |
isCustomReceiptPageEnabled()
Toggles the custom receipt page, where merchants can receive the results of the transaction and display appropriate messaging.
|
Boolean |
isNotificationReceiptEmailEnabled()
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 isCustomReceiptPageEnabled()
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 isCustomerReceiptEmailEnabled()
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 isCustomCancelPageEnabled()
public void setCustomCancelPageEnabled(Boolean customCancelPageEnabled)
public SAConfigNotificationsCustomerNotifications notificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled)
public Boolean isNotificationReceiptEmailEnabled()
public void setNotificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled)
Copyright © 2024. All rights reserved.