Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public enum InvoicePaymentMethod
- {
- Undefined = '\0',
- AutoGiroNorway = 'A',
- Collection = 'B',
- Common = 'C',
- Combined = 'D',
- PrePaid = 'E',
- Compensation = 'F',
- AvtaleGiro = 'G',
- AvtaleGiroSent = 'H',
- AvtaleGiroSentNoMsg = 'I',
- AvtaleGiroDeleted = 'J',
- AvtaleGiroOcr = 'K',
- ManualPrint = 'M',
- SmallAmount = 'P',
- Salary = 'S',
- Banker = 'V',
- Order = 'W',
- Invoice = 'X',
- ChequeAgent = 'Y',
- DebtInsuranceClaim = 'Z'
- }
Advertisement
Add Comment
Please, Sign In to add comment