Documentation
Preparing search index...
ts-engine/src
BillingInvoice
Interface BillingInvoice
interface
BillingInvoice
{
billingMode
:
QUOTES_BILLING_MODE
;
commission
:
number
;
counterparty
:
BillingInvoiceCounterparty
;
createdAtTimestamp
:
number
;
creatorUserId
?:
string
;
documentId
:
string
|
null
;
fees
:
number
;
id
:
string
;
insuredName
:
string
;
isDeleted
:
boolean
;
lastModifiedTimestamp
:
number
;
lineItems
:
BillingInvoiceLineItem
[]
;
objectType
:
BILLING_INVOICE
;
organizationId
:
string
;
payee
:
BillingInvoiceParty
;
payer
:
BillingInvoiceParty
;
paymentDueDate
:
Date
|
null
;
paymentMode
:
QUOTES_PAYMENT_MODE
;
policyNumber
:
string
;
status
:
BILLING_INVOICE_STATUS
;
taxes
:
number
;
tenantId
:
string
;
tenantName
?:
string
;
totalAmountDue
:
number
;
totalAmountPaid
:
number
;
totalGrossPremiumDelta
:
number
;
transaction
:
Pick
<
PolicyTransaction
,
"id"
|
"type"
|
"effectiveDate"
>
;
}
Hierarchy
BaseObject
<
BILLING_INVOICE
,
BILLING_INVOICE_STATUS
>
BillingInvoice
Index
Properties
billing
Mode
commission
counterparty
created
At
Timestamp
creator
User
Id?
document
Id
fees
id
insured
Name
is
Deleted
last
Modified
Timestamp
line
Items
object
Type
organization
Id
payee
payer
payment
Due
Date
payment
Mode
policy
Number
status
taxes
tenant
Id
tenant
Name?
total
Amount
Due
total
Amount
Paid
total
Gross
Premium
Delta
transaction
Properties
billing
Mode
billingMode
:
QUOTES_BILLING_MODE
commission
commission
:
number
counterparty
counterparty
:
BillingInvoiceCounterparty
created
At
Timestamp
createdAtTimestamp
:
number
Optional
creator
User
Id
creatorUserId
?:
string
document
Id
documentId
:
string
|
null
fees
fees
:
number
id
id
:
string
insured
Name
insuredName
:
string
is
Deleted
isDeleted
:
boolean
last
Modified
Timestamp
lastModifiedTimestamp
:
number
line
Items
lineItems
:
BillingInvoiceLineItem
[]
object
Type
objectType
:
BILLING_INVOICE
organization
Id
organizationId
:
string
payee
payee
:
BillingInvoiceParty
payer
payer
:
BillingInvoiceParty
payment
Due
Date
paymentDueDate
:
Date
|
null
payment
Mode
paymentMode
:
QUOTES_PAYMENT_MODE
policy
Number
policyNumber
:
string
status
status
:
BILLING_INVOICE_STATUS
taxes
taxes
:
number
tenant
Id
tenantId
:
string
Optional
tenant
Name
tenantName
?:
string
total
Amount
Due
totalAmountDue
:
number
total
Amount
Paid
totalAmountPaid
:
number
total
Gross
Premium
Delta
totalGrossPremiumDelta
:
number
transaction
transaction
:
Pick
<
PolicyTransaction
,
"id"
|
"type"
|
"effectiveDate"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
Mode
commission
counterparty
created
At
Timestamp
creator
User
Id
document
Id
fees
id
insured
Name
is
Deleted
last
Modified
Timestamp
line
Items
object
Type
organization
Id
payee
payer
payment
Due
Date
payment
Mode
policy
Number
status
taxes
tenant
Id
tenant
Name
total
Amount
Due
total
Amount
Paid
total
Gross
Premium
Delta
transaction
Documentation
Loading...