qcs_api_client.models.billing_customer#
Module Contents#
Classes#
A representation of a QCS's account billing customer. Note, balance does not account for the upcoming invoice. |
Attributes#
- qcs_api_client.models.billing_customer.T#
- class qcs_api_client.models.billing_customer.BillingCustomer#
A representation of a QCS’s account billing customer. Note, balance does not account for the upcoming invoice.
- email#
- Type
str
- id#
- Type
str
- email :str#
- id :str#
- 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#