-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinvoice.type
37 lines (37 loc) · 1.97 KB
/
invoice.type
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" ?>
<object class="kapow.robot.common.domain.Type" serializationversion="0">
<prologue>
<saved-by-versions>
<version>10.3.2.0</version>
<version>10.6.0.1</version>
</saved-by-versions>
</prologue>
<property name="attributes" class="kapow.robot.common.domain.Attributes">
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">VendorID</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType" id="0"/>
<property name="required" class="Boolean">true</property>
<property name="useWhenComparingObjects" class="Boolean">true</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">VendorName</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">InvoiceNumber</property>
<property name="type" idref="0"/>
<property name="required" class="Boolean">true</property>
<property name="useWhenComparingObjects" class="Boolean">true</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">InvoiceDate</property>
<property name="type" class="kapow.robot.plugin.common.domain.StringAttributeType"/>
<property name="required" class="Boolean">true</property>
</object>
<object class="kapow.robot.common.domain.Attribute" serializationversion="0">
<property name="name" class="String">Total</property>
<property name="type" class="kapow.robot.plugin.common.domain.DoubleAttributeType"/>
<property name="required" class="Boolean">true</property>
</object>
</property>
</object>