github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/app/components/purchase.ts (about) 1 import { User } from './user'; 2 3 export class Purchase { 4 user: User; 5 purchaseID: Number; 6 resource: String; 7 label: string; 8 licenseID: string; 9 transactionDate: Date; 10 partialLicense: string; 11 }