reason property

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

The reason for the payout schedule update. > This field is required when the schedule parameter is set to HOLD.

Implementation

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