InvoiceProjectTypeEnum
InvoiceProjectTypeEnum enumeration constants are used to describe the type of the word model.
typedef enum {
IPT_AustraliaNewZealand,
IPT_Canada,
IPT_EuropeanUnion,
IPT_UnitedStates,
IPT_KingdomOfSpain,
IPT_Japan
} InvoiceProjectTypeEnum;
Elements
Name | Description |
---|---|
IPT_AustraliaNewZealand | Invoices from Australia and New Zealand will be processed. |
IPT_Canada | Invoices from Canada will be processed. |
IPT_EuropeanUnion | Invoices from the European Union will be processed. |
IPT_Japan | Invoices from Japan will be processed. |
IPT_KingdomOfSpain | Invoices from Spain will be processed. |
IPT_UnitedStates | Invoices from the United States of America will be processed. |
Samples
This enumeration is used in the following code samples: Invoices Processing and Training.
Used in
15.08.2023 13:19:30