Created with IntelliJ IDEA. User: kurt Date: 11/8/13 Time: 9:10 AM To change this template use File | Settings | File Templates.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| bankNum | string | element | 0/1 | ||
| companyNum | string | element | 0/1 | ||
| contactEmail | string | element | 0/1 | ||
| contactName | string | element | 0/1 | ||
| contactPhone | string | element | 0/1 | ||
| contactSignature | boolean | element | 0/1 | ||
| contactTitle | string | element | 0/1 | ||
| creditLimit | int | element | 0/1 | ||
| expireDays | int | element | 0/1 | ||
| groupLogin | string | element | 0/1 | ||
| id | long | element | 0/1 | ||
| password | string | element | 0/1 | ||
| username | string | element | 0/1 |
Example
<maskedEncompassCredentials> <id>...</id> <username>...</username> <password>...</password> <bankNum>...</bankNum> <companyNum>...</companyNum> <groupLogin>...</groupLogin> <creditLimit>...</creditLimit> <expireDays>...</expireDays> <contactName>...</contactName> <contactTitle>...</contactTitle> <contactPhone>...</contactPhone> <contactEmail>...</contactEmail> <contactSignature>...</contactSignature> </maskedEncompassCredentials>