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