StarsRevenueStatus

---types---
starsRevenueStatus#febe5491 withdrawal_enabled:flags.0?true current_balance:StarsAmount available_balance:StarsAmount overall_revenue:StarsAmount next_withdrawal_at:flags.1?int = StarsRevenueStatus

Belongs to

StarsRevenueStatus

In Rust this constructor is a variant of the enums::StarsRevenueStatus enum.
Match on it with: if let enums::StarsRevenueStatus::StarsRevenueStatus(v) = result { ... }

Parameters

withdrawal_enabledtrueoptional
current_balanceStarsAmountrequired
available_balanceStarsAmountrequired
overall_revenueStarsAmountrequired
next_withdrawal_atintoptional