description property

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

A human-readable description of the balance account, maximum 300 characters. You can use this parameter to distinguish between multiple balance accounts under an account holder.

Implementation

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