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.

18 lignes
227B

  1. export class PayoutAudit{
  2. id: string;
  3. //parent
  4. payOut: string;
  5. //date
  6. when : Date;
  7. //by who, at least 2
  8. who : string ;
  9. //for what? edit? paid?
  10. what: string;
  11. //ip
  12. ip: string;
  13. }