qcs_api_client.models.billing_invoice#

Module Contents#

Classes#

BillingInvoice

A finalized billing invoice.

Attributes#

T

qcs_api_client.models.billing_invoice.T#
class qcs_api_client.models.billing_invoice.BillingInvoice#

A finalized billing invoice.

period_end#
Type

datetime.datetime

period_start#
Type

datetime.datetime

starting_balance#
Type

int

status#
Type

BillingInvoiceStatus

subtotal#
Type

int

tax#
Type

int

total#
Type

int

id#
Type

str

period_end :datetime.datetime#
period_start :datetime.datetime#
starting_balance :int#
status :qcs_api_client.models.billing_invoice_status.BillingInvoiceStatus#
subtotal :int#
tax :int#
total :int#
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#