Documentation
Preparing search index...
ts-engine/src
PolicyTransaction
Interface PolicyTransaction
interface
PolicyTransaction
{
applicationId
:
string
;
createdAtTimestamp
:
number
;
creatorUserId
?:
string
;
effectiveDate
:
Date
;
grossPremiumDelta
:
number
;
id
:
string
;
isDeleted
:
boolean
;
isPolicyExternal
:
boolean
;
lastModifiedTimestamp
:
number
;
objectType
:
POLICY_TRANSACTION
;
organizationId
:
string
;
status
:
POLICY_TRANSACTION_STATUS
;
tenantId
:
string
;
tenantName
?:
string
;
type
:
POLICY_TRANSACTION_TYPE
;
}
Hierarchy
BaseObject
<
POLICY_TRANSACTION
,
POLICY_TRANSACTION_STATUS
>
PolicyTransaction
Index
Properties
application
Id
created
At
Timestamp
creator
User
Id?
effective
Date
gross
Premium
Delta
id
is
Deleted
is
Policy
External
last
Modified
Timestamp
object
Type
organization
Id
status
tenant
Id
tenant
Name?
type
Properties
application
Id
applicationId
:
string
created
At
Timestamp
createdAtTimestamp
:
number
Optional
creator
User
Id
creatorUserId
?:
string
effective
Date
effectiveDate
:
Date
gross
Premium
Delta
grossPremiumDelta
:
number
id
id
:
string
is
Deleted
isDeleted
:
boolean
is
Policy
External
isPolicyExternal
:
boolean
last
Modified
Timestamp
lastModifiedTimestamp
:
number
object
Type
objectType
:
POLICY_TRANSACTION
organization
Id
organizationId
:
string
status
status
:
POLICY_TRANSACTION_STATUS
tenant
Id
tenantId
:
string
Optional
tenant
Name
tenantName
?:
string
type
type
:
POLICY_TRANSACTION_TYPE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application
Id
created
At
Timestamp
creator
User
Id
effective
Date
gross
Premium
Delta
id
is
Deleted
is
Policy
External
last
Modified
Timestamp
object
Type
organization
Id
status
tenant
Id
tenant
Name
type
Documentation
Loading...