UpdateCompanyWebhookRequest class abstract

UpdateCompanyWebhookRequest

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.
  • filterMerchantAccountType - Shows how merchant accounts are filtered when configuring the webhook. Possible values: * includeAccounts: The webhook is configured for the merchant accounts listed in filterMerchantAccounts. * excludeAccounts: The webhook is not configured for the merchant accounts listed in filterMerchantAccounts. * allAccounts: Includes all merchant accounts, and does not require specifying filterMerchantAccounts.
  • filterMerchantAccounts - A list of merchant account names that are included or excluded from receiving the webhook. Inclusion or exclusion is based on the value defined for filterMerchantAccountType. Required if filterMerchantAccountType is either: * includeAccounts * excludeAccounts Not needed for filterMerchantAccountType: allAccounts.
  • 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.
  • 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

UpdateCompanyWebhookRequest([void updates(UpdateCompanyWebhookRequestBuilder 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 UpdateCompanyWebhookRequestCommunicationFormatEnum?
Format or protocol for receiving webhooks. Possible values: * soap * http * json
no setter
description String?
Your description for this webhook configuration.
no setter
encryptionProtocol UpdateCompanyWebhookRequestEncryptionProtocolEnum?
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
filterMerchantAccounts → BuiltList<String>?
A list of merchant account names that are included or excluded from receiving the webhook. Inclusion or exclusion is based on the value defined for filterMerchantAccountType. Required if filterMerchantAccountType is either: * includeAccounts * excludeAccounts Not needed for filterMerchantAccountType: allAccounts.
no setter
filterMerchantAccountType UpdateCompanyWebhookRequestFilterMerchantAccountTypeEnum?
Shows how merchant accounts are filtered when configuring the webhook. Possible values: * includeAccounts: The webhook is configured for the merchant accounts listed in filterMerchantAccounts. * excludeAccounts: The webhook is not configured for the merchant accounts listed in filterMerchantAccounts. * allAccounts: Includes all merchant accounts, and does not require specifying filterMerchantAccounts.
no setter
hashCode int
The hash code for this object.
no setterinherited
networkType UpdateCompanyWebhookRequestNetworkTypeEnum?
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
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(UpdateCompanyWebhookRequestBuilder)) UpdateCompanyWebhookRequest
Rebuilds the instance.
inherited
toBuilder() UpdateCompanyWebhookRequestBuilder
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<UpdateCompanyWebhookRequest>
no setter