description property

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

A description of the direct debit. Maximum length: 35 characters. Allowed characters: a-z, A-Z, 0-9, and special characters _/?:().,'+ ";.

Implementation

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