describe_account_balance_async

Function describe_account_balance_async 

Source
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

ItemValue
Servicebilling
ActionDescribeAccountBalance
Version2018-07-09
Rate Limit20 req/s

§Request Payload

The API expects an empty JSON object ({}).

§Response Highlights

FieldDescription
RealBalanceCurrent available balance expressed in cents.
CashAccountBalanceCash balance expressed in cents.
PresentAccountBalancePromotional balance expressed in cents.
RequestIdUnique identifier for troubleshooting.

Returns AccountBalanceResponse.