tLSv1Period2 constant

  1. @BuiltValueEnumConst.new(wireName: r'TLSv1.2')
UpdateMerchantWebhookRequestEncryptionProtocolEnum const tLSv1Period2

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

@BuiltValueEnumConst(wireName: r'TLSv1.2')
static const UpdateMerchantWebhookRequestEncryptionProtocolEnum tLSv1Period2 = _$updateMerchantWebhookRequestEncryptionProtocolEnum_tLSv1Period2;