Broker System for Supercredit
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- export class PayoutAudit{
- id: string;
-
- //parent
- payOut: string;
-
- //date
- when : Date;
-
- //by who, at least 2
- who : string ;
-
- //for what? edit? paid?
- what: string;
-
- //ip
- ip: string;
- }
|