Class GetBalancesResult
Provides paginated access to the list of balances retrieved and allows you to retrieve the next page.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class GetBalancesResult : PageableResult<PlayerBalance, GetBalancesResult>
Properties
Name | Description |
---|---|
Balances | The list of currently fetched balances. |
Methods
Name | Description |
---|---|
GetNextResultsAsync(int) | Fetches the next set of results. |