CreditLotDto
@raizfc/contracts / CreditLotDto
Type Alias: CreditLotDto
CreditLotDto =
Readonly<{amount:MoneyAmount;createdAt:ISODateString;expiresAt:ISODateString;id:ID;ownerId:ID;ownerType:WalletOwnerType;remaining:MoneyAmount;source:CreditLotSource;sourceReference?:ID; }>
Defined in: finance/finance.dto.ts:31