encryptionProtocol property

Implementation

CreateMerchantWebhookRequestEncryptionProtocolEnum? get encryptionProtocol =>
    _$this._encryptionProtocol;
set encryptionProtocol (CreateMerchantWebhookRequestEncryptionProtocolEnum? encryptionProtocol)

Implementation

set encryptionProtocol(
  CreateMerchantWebhookRequestEncryptionProtocolEnum? encryptionProtocol,
) => _$this._encryptionProtocol = encryptionProtocol;