WalletEntryDto
@raizfc/contracts / WalletEntryDto
Type Alias: WalletEntryDto
WalletEntryDto =
Readonly<{amount:MoneyAmount;anonymous?:boolean;counterpartyName?:string;createdAt:ISODateString;creditLotId?:ID;id:ID;kind:WalletEntryKind;note?:string;ownerId:ID;ownerType:WalletOwnerType;reference?:ID;type:WalletEntryType; }>
Defined in: finance/finance.dto.ts:44