RebillDetails Class
The rebill details of an invoice.
Constructor
RebillDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
invoice_document_id
|
The ID of invoice. |
|
credit_note_document_id
|
The ID of credit note. |
|
rebill_details
|
The rebill details of an invoice. |
Attributes
credit_note_document_id
The ID of credit note.
credit_note_document_id: str | None
invoice_document_id
The ID of invoice.
invoice_document_id: str | None
rebill_details
The rebill details of an invoice.
rebill_details: _models.RebillDetails | None