bursar.GetInvoiceLinkInput
class bursar.GetInvoiceLinkInput(*, account_id, document)
Bases: _CommerceModel
- Parameters:
- account_id (Annotated *[*str , MinLen *(*min_length=1 ) ])
- document (BillingDocumentInvoiceLocator | BillingDocumentLedgerLocator)
model_config = {'arbitrary_types_allowed': True, 'extra': 'forbid'}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].