link property

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

The redirection link. You can use this link to redirect the user to the open banking flow when the user selects it.

Implementation

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