qcs_api_client.models.account_balance#

Module Contents#

Classes#

AccountBalance

Balance of QCS account in billing system. Note, a negative balance signifies that the account has QCS credits to

Attributes#

T

qcs_api_client.models.account_balance.T#
class qcs_api_client.models.account_balance.AccountBalance#

Balance of QCS account in billing system. Note, a negative balance signifies that the account has QCS credits to spend. A positive account balance signifies that the account has no additional QCS credits to spend. The QCS UI may display these quantities in absolute or negative value and provide a clear meaning to the significance.

Attributes:

balance (int): The balance in cents USD.

balance :int#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#