Link Search Menu Expand Document

Constructor: starsRevenueStatus

Back to constructors index

Attributes:

NameTypeRequired
withdrawal_enabledBoolOptional
current_balancelongYes
available_balancelongYes
overall_revenuelongYes
next_withdrawal_atintOptional

Type: StarsRevenueStatus

Example:

$starsRevenueStatus = ['_' => 'starsRevenueStatus', 'withdrawal_enabled' => Bool, 'current_balance' => long, 'available_balance' => long, 'overall_revenue' => long, 'next_withdrawal_at' => int];