maxDaysToRescue property

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

The rescue window for a transaction, in days, when autoRescue is set to true. You can specify a value between 1 and 48. * For cards, the default is one calendar month. * For SEPA, the default is 42 days.

Implementation

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