encryptionKey property

  1. @BuiltValueField.new(wireName: r'encryptionKey')
Key? get encryptionKey

The key you share with Adyen to secure local communications when using Terminal API.

Implementation

@BuiltValueField(wireName: r'encryptionKey')
Key? get encryptionKey;