payoutSchedule property

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

The details of the payout schedule to which the account is updated.

Implementation

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