AssignFinancialEntry
OIPA supports the ability to write financial credits and debits into a table using element <AssignFinancialEntry> located in Transaction XML. The assign financial Entry element will work like normal assignment.
Element/Tag | Attribute | Definition |
---|---|---|
<AssignFinancialEntry> |
|
|
TYPE |
Defines whether Financial Entry is IN or OUT (Credit OR Debit)
Values: Apply/Withdrawal |
|
TYPECODE |
Defines the type of Financial entry such as External 1035, Internal 1035 etc.
Code Values from AsCodeFinancialEntryType or MathVariable which holds the code value |
|
<MoneyType> | ||
NAME | Parent Element: <AssignFinancialEntry> Code Values from AsCodeMoneyType or MathVariable which holds the Code value Money type defines the financial entry event type, like Premium, Tax etc |
XML Schema
<AssignFinancialEntry TYPE="[Apply|Withdrawal]" TYPECODE="[AsCodeFinancialEntryType|MathVariable]" >
<MoneyType NAME="[MathVariable]">[AsCodeMoneyType|MathVariable]</MoneyType>
</AssignFinancialEntry>
XML Example
<AssignFinancialEntry TYPE="Apply" TYPECODE="01">
<MoneyType NAME="MvPremiumAmount">01</MoneyType>
</AssignFinancialEntry>