autoRescue property

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

Set to true to enable Auto Rescue for a transaction. Use the maxDaysToRescue to specify a rescue window.

Implementation

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