activationUrl property

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

Your app's URL, if you want to activate cards through your app. For example, my-app://ref1236a7d. A QR code is created based on this URL, and is included in the carrier. Before you use this field, reach out to your Adyen contact to set up the QR code process. Maximum length: 255 characters.

Implementation

@BuiltValueField(wireName: r'activationUrl')
String? get activationUrl;