UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.acceptsExpiredCertificate(Boolean acceptsExpiredCertificate) |
Indicates if expired SSL certificates are accepted.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.acceptsSelfSignedCertificate(Boolean acceptsSelfSignedCertificate) |
Indicates if self-signed SSL certificates are accepted.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.acceptsUntrustedRootCertificate(Boolean acceptsUntrustedRootCertificate) |
Indicates if untrusted SSL certificates are accepted.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.active(Boolean active) |
Indicates if the webhook configuration is active.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.additionalSettings(AdditionalSettings additionalSettings) |
additionalSettings
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.communicationFormat(UpdateMerchantWebhookRequest.CommunicationFormatEnum communicationFormat) |
Format or protocol for receiving webhooks.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.description(String description) |
Your description for this webhook configuration.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.encryptionProtocol(UpdateMerchantWebhookRequest.EncryptionProtocolEnum encryptionProtocol) |
SSL version to access the public webhook URL specified in the `url` field.
|
static UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.fromJson(String jsonString) |
Create an instance of UpdateMerchantWebhookRequest given an JSON string
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.networkType(UpdateMerchantWebhookRequest.NetworkTypeEnum networkType) |
Network type for Terminal API notification webhooks.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.password(String password) |
Password to access the webhook URL.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.populateSoapActionHeader(Boolean populateSoapActionHeader) |
Indicates if the SOAP action header needs to be populated.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.url(String url) |
Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**.
|
UpdateMerchantWebhookRequest |
UpdateMerchantWebhookRequest.username(String username) |
Username to access the webhook URL.
|