SponsorshipPaymentDto
@raizfc/contracts / SponsorshipPaymentDto
Type Alias: SponsorshipPaymentDto
SponsorshipPaymentDto =
Readonly<{amount:MoneyAmount;confirmedAt?:ISODateString;copyPasteCode:string;createdAt:ISODateString;expiresAt:ISODateString;id:ID;qrCode:string;status:PaymentStatus; }>
Defined in: sponsor/sponsor.dto.ts:93
Sponsorship keeps its own embedded fake-Pix payment, independent of the generic wallet/support
PaymentDto (packages/contracts/src/finance/finance.dto.ts module doc: "sponsorship... exist as
separate, independent payment flows... not migrated onto this generic module") — same pattern as
TorcidaSupportPaymentDto/ChampionshipPublicationPaymentDto. Shape mirrors PaymentDto
intentionally (same Pix Panel component reads either).