payoutSchedule property

  1. @BuiltValueField.new(wireName: r'payoutSchedule')
PayoutScheduleResponse? get payoutSchedule

The account's payout schedule.

Implementation

@BuiltValueField(wireName: r'payoutSchedule')
PayoutScheduleResponse? get payoutSchedule;