|
InvoicePrintType Enumeration |
Indicates various invoice print productions types. Each type represents a separate production/job execution process.
Namespace: Infosoft.Common.Contracts.DataContracts.Economy.InvoicesAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public enum InvoicePrintType
No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
PaperInvoice | 0 |
Invoice for paymenttypes GIRO, EHF and PDF
|
PaperReminder | 1 |
Reminder for paymenttypes GIRO, EHF and PDF
|
PaperBalanceInvoice | 2 |
Balance Invoice for paymenttypes GIRO, EHF and PDF
|
PaperBalanceReminder | 3 |
Balance Reminder for paymenttypes GIRO, EHF and PDF
|
PaperInvoiceReceipt | 4 |
Invoice receipt
|
PaperReminderReceipt | 5 |
Reminder receipt
|
PaperBalanceReceipt | 6 |
Balanceinvoice receipt
|
PaperBalanceReminderReceipt | 7 |
Balanceinvoicereminder receipt
|
ElectronicInvoice | 8 |
Invoicing for eFaktura (Norway)
|
ElectronicInvoiceTest | 9 |
Invoicing for eFaktura (Norway) - Test mode
|
ElectronicInvoiceSweden | 10 |
Invoicing for eFaktura (Sweden)
|
ElectronicInvoiceReceipt | 11 |
Electronic invoice receipt
|
AgreementInvoiceElectronic | 12 |
Invoicing/Payment requests for AvtaleGiro combined with eFaktura (Norway)
|
AgreementInvoiceDelete | 13 |
Deletion of previously generated payment requestfor AvtaleGiro
|
AgreementInvoiceElectronicReceipt | 14 |
Combi agreementinvoice with electronicinvoice receipt
|
ProspectInvoice | 15 |
Prospect invoice for paymenttype GIRO
|
ProspectInvoiceReceipt | 16 |
Prospect invoice receipt
|
ZipcodeReport | 17 |
Zipcode report
|
Autogiro | 18 |
Generate invoice file for Autogiro (Sweden)
|
AutogiroReceipt | 19 |
Autogiro receipt
|
PriceIncreaseLetter | 20 |
Generate price increase letters with autogiro.
|
BetalingsService | 21 |
Generate invoice files for Betalings Service (Denmark)
|
BetalingsServiceReceipt | 22 |
BS receipt
|
CreditInvoice | 23 |
Credit invoice
|
CreditCard | 24 |
Credit Card email notifications
|
VippsInvoice | 25 |
Generate invoice file for Vipps invoice
|
VippsRecurring | 26 |
Generate invoice file for Vipps recurring
|
MobilePaySubscription | 27 |
Generate invoice file for Vipps recurring
|
See Also