description property

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

Specifies for which routes the amount in a transfer request must have no non-zero decimal places, so the transfer can only be processed if the amount consists of round numbers.

Implementation

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