data class Issued<out P>Definition for an issued product, which can be cash, a cash-like thing, assets, or generally anything else thats quantifiable with integer quantities.
P - the type of product underlying the definition, for example Currency.| <init> |
Issued(issuer: PartyAndReference, product: P)Definition for an issued product, which can be cash, a cash-like thing, assets, or generally anything else thats quantifiable with integer quantities. |
| issuer |
val issuer: PartyAndReference |
| product |
val product: P |
| OBLIGATION_DEF |
val Issued<Currency>.OBLIGATION_DEF: Terms<Currency> |