pub async fn describe_account_balance_async(
client: &TencentCloudAsync,
) -> TencentCloudResult<AccountBalanceResponse>Expand description
Execute the Billing DescribeAccountBalance action with the async client.
§Tencent Cloud Reference
| Item | Value |
|---|---|
| Service | billing |
| Action | DescribeAccountBalance |
| Version | 2018-07-09 |
| Rate Limit | 20 req/s |
§Request Payload
The API expects an empty JSON object ({}).
§Response Highlights
| Field | Description |
|---|---|
RealBalance | Current available balance expressed in cents. |
CashAccountBalance | Cash balance expressed in cents. |
PresentAccountBalance | Promotional balance expressed in cents. |
RequestId | Unique identifier for troubleshooting. |
Returns AccountBalanceResponse.