CreateMerchantWebhookRequest class abstract

CreateMerchantWebhookRequest

Properties:

  • acceptsExpiredCertificate - Indicates if expired SSL certificates are accepted. Default value: false.
  • acceptsSelfSignedCertificate - Indicates if self-signed SSL certificates are accepted. Default value: false.
  • acceptsUntrustedRootCertificate - Indicates if untrusted SSL certificates are accepted. Default value: false.
  • active - Indicates if the webhook configuration is active. The field must be true for us to send webhooks about events related an account.
  • additionalSettings - Additional shopper and transaction information to be included in your standard webhooks. Find out more about the available additional settings.
  • communicationFormat - Format or protocol for receiving webhooks. Possible values: * soap * http * json
  • description - Your description for this webhook configuration.
  • encryptionProtocol - SSL version to access the public webhook URL specified in the url field. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will use sslVersion: TLSv1.2.
  • networkType - Network type for Terminal API notification webhooks. Possible values: * public * local Default Value: public.
  • password - Password to access the webhook URL.
  • populateSoapActionHeader - Indicates if the SOAP action header needs to be populated. Default value: false. Only applies if communicationFormat: soap.
  • type - The type of webhook that is being created. Possible values are: - standard - account-settings-notification - banktransfer-notification - boletobancario-notification - directdebit-notification - ach-notification-of-change-notification - direct-debit-notice-of-change-notification - pending-notification - ideal-notification - ideal-pending-notification - report-notification - rreq-notification - terminal-settings - terminal-boarding Find out more about standard webhooks and other types of webhooks.
  • url - Public URL where webhooks will be sent, for example https://www.domain.com/webhook-endpoint.
  • username - Username to access the webhook URL.
Annotations
  • @BuiltValue.new()

Constructors

CreateMerchantWebhookRequest([void updates(CreateMerchantWebhookRequestBuilder b)])
factory

Properties

acceptsExpiredCertificate bool?
Indicates if expired SSL certificates are accepted. Default value: false.
no setter
acceptsSelfSignedCertificate bool?
Indicates if self-signed SSL certificates are accepted. Default value: false.
no setter
acceptsUntrustedRootCertificate bool?
Indicates if untrusted SSL certificates are accepted. Default value: false.
no setter
active bool
Indicates if the webhook configuration is active. The field must be true for us to send webhooks about events related an account.
no setter
additionalSettings AdditionalSettings?
Additional shopper and transaction information to be included in your standard webhooks. Find out more about the available additional settings.
no setter
communicationFormat CreateMerchantWebhookRequestCommunicationFormatEnum
Format or protocol for receiving webhooks. Possible values: * soap * http * json
no setter
description String?
Your description for this webhook configuration.
no setter
encryptionProtocol CreateMerchantWebhookRequestEncryptionProtocolEnum?
SSL version to access the public webhook URL specified in the url field. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will use sslVersion: TLSv1.2.
no setter
hashCode int
The hash code for this object.
no setterinherited
networkType CreateMerchantWebhookRequestNetworkTypeEnum?
Network type for Terminal API notification webhooks. Possible values: * public * local Default Value: public.
no setter
password String?
Password to access the webhook URL.
no setter
populateSoapActionHeader bool?
Indicates if the SOAP action header needs to be populated. Default value: false. Only applies if communicationFormat: soap.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of webhook that is being created. Possible values are: - standard - account-settings-notification - banktransfer-notification - boletobancario-notification - directdebit-notification - ach-notification-of-change-notification - direct-debit-notice-of-change-notification - pending-notification - ideal-notification - ideal-pending-notification - report-notification - rreq-notification - terminal-settings - terminal-boarding Find out more about standard webhooks and other types of webhooks.
no setter
url String
Public URL where webhooks will be sent, for example https://www.domain.com/webhook-endpoint.
no setter
username String?
Username to access the webhook URL.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CreateMerchantWebhookRequestBuilder)) CreateMerchantWebhookRequest
Rebuilds the instance.
inherited
toBuilder() CreateMerchantWebhookRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CreateMerchantWebhookRequest>
no setter