Billing

TypedDict definitions for PACER billing models.

Includes models such as PageInfo and Receipt that represent billing-related metadata and transaction receipts returned by the PACER API.

class pacersdk.models.billing.PageInfo

Bases: TypedDict

first: bool
last: bool
number: int
numberOfElements: int
size: int
totalElements: int
totalPages: int
class pacersdk.models.billing.Receipt

Bases: TypedDict

billablePages: int
clientCode: str
csoId: int
description: str
fee: Money
firmId: str
juId: str
loginId: str
reportId: str
search: str
transactionDate: DateTime
transactionId: int