object CommercialPaperSchemaV1 : MappedSchemaFirst version of a commercial paper contract ORM schema that maps all fields of the CommercialPaper contract state as it stood at the time of writing.
| PersistentCommericalPaperState |
class PersistentCommericalPaperState : PersistentState |
| mappedTypes |
val mappedTypes: Iterable<Class<*>> |
| name |
val name: String |
| version |
val version: Int |
| toString |
open fun toString(): String |