CreateMerchantWebhookRequestEncryptionProtocolEnum class
- Inheritance
-
- Object
- EnumClass
- CreateMerchantWebhookRequestEncryptionProtocolEnum
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CreateMerchantWebhookRequestEncryptionProtocolEnum> -
no setter
-
values
→ BuiltSet<
CreateMerchantWebhookRequestEncryptionProtocolEnum> -
no setter
Static Methods
Constants
- HTTP → const CreateMerchantWebhookRequestEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
urlfield. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will usesslVersion: TLSv1.2. - tLSv1Period2 → const CreateMerchantWebhookRequestEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
urlfield. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will usesslVersion: TLSv1.2. - tLSv1Period3 → const CreateMerchantWebhookRequestEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
urlfield. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will usesslVersion: TLSv1.2. - unknownDefaultOpenApi → const CreateMerchantWebhookRequestEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
urlfield. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will usesslVersion: TLSv1.2.