object CommercialPaperSchemaV1 : MappedSchema
First 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 |