encryptionProtocol property

  1. @BuiltValueField.new(wireName: r'encryptionProtocol')
CreateMerchantWebhookRequestEncryptionProtocolEnum? get 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.

Implementation

@BuiltValueField(wireName: r'encryptionProtocol')
CreateMerchantWebhookRequestEncryptionProtocolEnum? get encryptionProtocol;