mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 01:48:12 +00:00
receipt
This commit is contained in:
@@ -26,6 +26,9 @@ export class PaymentEntity extends BaseEntity {
|
||||
@Column({ type: "numeric" })
|
||||
amount!: number
|
||||
|
||||
@Column({ type: "varchar", length: 255, unique: true, name: "reason", })
|
||||
reason?: string;
|
||||
|
||||
@Column({ type: "jsonb", default: {}, name: "raw_initiation" })
|
||||
rawInitiation?: Record<string, unknown>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user