qcs_api_client.models.list_account_billing_invoice_lines_response#

Module Contents#

Classes#

ListAccountBillingInvoiceLinesResponse

qcs_api_client.models.list_account_billing_invoice_lines_response.billing_invoice_lines#

Attributes#

T

qcs_api_client.models.list_account_billing_invoice_lines_response.T#
class qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse#
billing_invoice_lines#
Type

List[BillingInvoiceLine]

next_page_token#
Type

Union[Unset, str]

billing_invoice_lines :List[qcs_api_client.models.billing_invoice_line.BillingInvoiceLine]#
next_page_token :Union[qcs_api_client.types.Unset, 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#