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