March 2019
Intermediate to advanced
636 pages
27h 50m
English
We can see the ID, L73021 AM, and the instance information. It's shown as a JSON document, and you can see that the structure mirrors that in the LetterOfCredit definition, but it has real instance data in it.
You can see that every asset and participant contained within the letter has a class ($class), which is formed from the namespace concatenated with the type name. For example:
"$class": "org.example.loc.LetterOfCredit""$class": "org.example.loc.ProductDetails"
Notice also how the information for this letter has been captured:
"letterId": "L73021 AM""productType": "Computer""quantity": "1250"
Finally, notice how the letter is in its final state:
"status": "CLOSED""closeReason": "Letter has been completed." ...
Read now
Unlock full access