encryptionProtocol property
UpdateMerchantWebhookRequestEncryptionProtocolEnum?
get
encryptionProtocol
Implementation
UpdateMerchantWebhookRequestEncryptionProtocolEnum? get encryptionProtocol =>
_$this._encryptionProtocol;
set
encryptionProtocol
(UpdateMerchantWebhookRequestEncryptionProtocolEnum? encryptionProtocol)
Implementation
set encryptionProtocol(
UpdateMerchantWebhookRequestEncryptionProtocolEnum? encryptionProtocol,
) => _$this._encryptionProtocol = encryptionProtocol;