encryptedKey property

  1. @BuiltValueField.new(wireName: r'encryptedKey')
String get encryptedKey

The symmetric session key that you encrypted with the public key that you received from Adyen.

Implementation

@BuiltValueField(wireName: r'encryptedKey')
String get encryptedKey;