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.
|
Boolean |
getCustomCancelPageEnabled()
Toggles the custom cancel page, where merchants can receive notice that the payer has canceled, and display appropriate messaging and direction.
|
Boolean |
getCustomerReceiptEmailEnabled()
Toggles an email receipt sent to the payer's email address on payment success.
|
String |
getCustomReceiptPage()
URL to which transaction results are POSTed when the payer requests a payment on the Hosted Checkout.
|
Boolean |
getCustomReceiptPageEnabled()
Toggles the custom receipt page, where merchants can receive the results of the transaction and display appropriate messaging.
|
Boolean |
getNotificationReceiptEmailEnabled()
Toggles whether merchant receives a copy of the payer's receipt email.
|
String |
getReceiptEmailAddress()
Email address where a copy of the payer's receipt email is sent, when notificationReceiptEmailEnabled is true.
|
int |
hashCode() |
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 getCustomReceiptPageEnabled()
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 getCustomerReceiptEmailEnabled()
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 getCustomCancelPageEnabled()
public void setCustomCancelPageEnabled(Boolean customCancelPageEnabled)
public SAConfigNotificationsCustomerNotifications notificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled)
public Boolean getNotificationReceiptEmailEnabled()
public void setNotificationReceiptEmailEnabled(Boolean notificationReceiptEmailEnabled)
Copyright © 2024. All rights reserved.