Budget Auto Adjust Data
data class BudgetAutoAdjustData(val autoAdjustType: String, val historicalOptions: BudgetAutoAdjustDataHistoricalOptions? = null, val lastAutoAdjustTime: String? = null)
Constructors
Link copied to clipboard
constructor(autoAdjustType: String, historicalOptions: BudgetAutoAdjustDataHistoricalOptions? = null, lastAutoAdjustTime: String? = null)