SupportDto
@raizfc/contracts / SupportDto
Type Alias: SupportDto
SupportDto =
Readonly<{amount:MoneyAmount;confirmedAt?:ISODateString;createdAt:ISODateString;id:ID;identityMode:SupportIdentityMode;paymentId:ID;status:PaymentStatus;supporterDisplayName?:string;supporterUserId?:ID;targetId:ID;targetType:SupportTargetType; }>
Defined in: finance/finance.dto.ts:182