UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.acceptsExpiredCertificate(Boolean acceptsExpiredCertificate) |
Indicates if expired SSL certificates are accepted.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.acceptsSelfSignedCertificate(Boolean acceptsSelfSignedCertificate) |
Indicates if self-signed SSL certificates are accepted.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.acceptsUntrustedRootCertificate(Boolean acceptsUntrustedRootCertificate) |
Indicates if untrusted SSL certificates are accepted.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.active(Boolean active) |
Indicates if the webhook configuration is active.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.addFilterMerchantAccountsItem(String filterMerchantAccountsItem) |
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.additionalSettings(AdditionalSettings additionalSettings) |
additionalSettings
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.communicationFormat(UpdateCompanyWebhookRequest.CommunicationFormatEnum communicationFormat) |
Format or protocol for receiving webhooks.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.description(String description) |
Your description for this webhook configuration.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.encryptionProtocol(UpdateCompanyWebhookRequest.EncryptionProtocolEnum encryptionProtocol) |
SSL version to access the public webhook URL specified in the `url` field.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.filterMerchantAccounts(List<String> filterMerchantAccounts) |
A list of merchant account names that are included or excluded from receiving the webhook.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.filterMerchantAccountType(UpdateCompanyWebhookRequest.FilterMerchantAccountTypeEnum filterMerchantAccountType) |
Shows how merchant accounts are filtered when configuring the webhook.
|
static UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.fromJson(String jsonString) |
Create an instance of UpdateCompanyWebhookRequest given an JSON string
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.networkType(UpdateCompanyWebhookRequest.NetworkTypeEnum networkType) |
Network type for Terminal API notification webhooks.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.password(String password) |
Password to access the webhook URL.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.populateSoapActionHeader(Boolean populateSoapActionHeader) |
Indicates if the SOAP action header needs to be populated.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.url(String url) |
Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**.
|
UpdateCompanyWebhookRequest |
UpdateCompanyWebhookRequest.username(String username) |
Username to access the webhook URL.
|