public class SAConfigNotificationsMerchantNotifications extends Object
| Constructor and Description |
|---|
SAConfigNotificationsMerchantNotifications() |
| Modifier and Type | Method and Description |
|---|---|
SAConfigNotificationsMerchantNotifications |
backofficeEmailAddress(String backofficeEmailAddress) |
Boolean |
BackofficeEmailEnabled()
Enables email transaction confirmation messages, sent to the address specified in backofficeEmailAddress.
|
SAConfigNotificationsMerchantNotifications |
backofficeEmailEnabled(Boolean backofficeEmailEnabled) |
Boolean |
BackofficePostEnabled()
Enables Webhook transaction confirmation messages sent to URL defined in backofficePostUrl.
|
SAConfigNotificationsMerchantNotifications |
backofficePostEnabled(Boolean backofficePostEnabled) |
SAConfigNotificationsMerchantNotifications |
backofficePostUrl(String backofficePostUrl) |
SAConfigNotificationsMerchantNotifications |
cardNumberFormat(String cardNumberFormat) |
boolean |
equals(Object o) |
String |
getBackofficeEmailAddress()
Email address to receive transaction confirmation messages.
|
String |
getBackofficePostUrl()
Webhook URL to which transaction confirmation is sent.
|
String |
getCardNumberFormat()
Format in which the card number should be masked in the notifications.
|
int |
hashCode() |
void |
setBackofficeEmailAddress(String backofficeEmailAddress) |
void |
setBackofficeEmailEnabled(Boolean backofficeEmailEnabled) |
void |
setBackofficePostEnabled(Boolean backofficePostEnabled) |
void |
setBackofficePostUrl(String backofficePostUrl) |
void |
setCardNumberFormat(String cardNumberFormat) |
String |
toString() |
public SAConfigNotificationsMerchantNotifications()
public SAConfigNotificationsMerchantNotifications backofficePostEnabled(Boolean backofficePostEnabled)
public Boolean BackofficePostEnabled()
public void setBackofficePostEnabled(Boolean backofficePostEnabled)
public SAConfigNotificationsMerchantNotifications backofficeEmailAddress(String backofficeEmailAddress)
public String getBackofficeEmailAddress()
public void setBackofficeEmailAddress(String backofficeEmailAddress)
public SAConfigNotificationsMerchantNotifications backofficeEmailEnabled(Boolean backofficeEmailEnabled)
public Boolean BackofficeEmailEnabled()
public void setBackofficeEmailEnabled(Boolean backofficeEmailEnabled)
public SAConfigNotificationsMerchantNotifications backofficePostUrl(String backofficePostUrl)
public String getBackofficePostUrl()
public void setBackofficePostUrl(String backofficePostUrl)
public SAConfigNotificationsMerchantNotifications cardNumberFormat(String cardNumberFormat)
public String getCardNumberFormat()
public void setCardNumberFormat(String cardNumberFormat)
Copyright © 2025. All rights reserved.