pszczyg

EnumSpeed_01

Sep 14th, 2021
1,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1.  public enum InvoicePaymentMethod
  2.     {
  3.         Undefined = '\0',
  4.         AutoGiroNorway = 'A',
  5.         Collection = 'B',
  6.         Common = 'C',
  7.         Combined = 'D',
  8.         PrePaid = 'E',        
  9.         Compensation = 'F',  
  10.         AvtaleGiro = 'G',
  11.         AvtaleGiroSent = 'H',
  12.         AvtaleGiroSentNoMsg = 'I',
  13.         AvtaleGiroDeleted = 'J',
  14.         AvtaleGiroOcr = 'K',
  15.         ManualPrint = 'M',
  16.         SmallAmount = 'P',
  17.         Salary = 'S',
  18.         Banker = 'V',
  19.         Order = 'W',
  20.         Invoice = 'X',
  21.         ChequeAgent = 'Y',
  22.         DebtInsuranceClaim = 'Z'
  23.     }
Advertisement
Add Comment
Please, Sign In to add comment