amount property

  1. @BuiltValueField.new(wireName: r'amount')
Amount? get amount

The original journal amount. Only applicable for issuing integrations.

Implementation

@BuiltValueField(wireName: r'amount')
Amount? get amount;