payoutScheduleReason property

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

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

Implementation

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