PaymentDto
@raizfc/contracts / PaymentDto
Type Alias: PaymentDto
PaymentDto =
Readonly<{amount:MoneyAmount;confirmedAt?:ISODateString;copyPasteCode:string;createdAt:ISODateString;expiresAt:ISODateString;id:ID;purpose:PaymentPurpose;qrCode:string;status:PaymentStatus; }>
Defined in: finance/finance.dto.ts:143