InvoicePropertiesRebillDetails interface
Rebill details for an invoice.
- Extends
Inherited Properties
credit |
The ID of credit note. NOTE: This property will not be serialized. It can only be populated by the server. |
invoice |
The ID of invoice. NOTE: This property will not be serialized. It can only be populated by the server. |
rebill |
The rebill details of an invoice. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
creditNoteDocumentId
The ID of credit note. NOTE: This property will not be serialized. It can only be populated by the server.
creditNoteDocumentId?: string
Property Value
string
Inherited From RebillDetails.creditNoteDocumentId
invoiceDocumentId
The ID of invoice. NOTE: This property will not be serialized. It can only be populated by the server.
invoiceDocumentId?: string
Property Value
string
Inherited From RebillDetails.invoiceDocumentId
rebillDetails
The rebill details of an invoice. NOTE: This property will not be serialized. It can only be populated by the server.
rebillDetails?: RebillDetails
Property Value
Inherited From RebillDetails.rebillDetails