Class
Name | Description |
---|---|
|
Extends |
initLibraryRequest Parameter
Name | Description |
---|---|
initLibraryRequest |
Object to hold parameters needed for library initialization. Use a builder pattern an initLibraryRequest and use it as parameter for (your instance of) MerchantPos.initLibrary() . |
Method
Name | Description |
---|---|
|
Method used to begin library Initialization. This method returns an immediate response of type |
initLibraryRequest Attributes
Name | Type | Required | Description |
---|---|---|---|
|
Environment |
The execution environment. | |
|
String |
The unique POS ID. | |
|
String |
The name of the integrator company, defined for logging reasons.This value should be the name of the company deploying cash register or Point-of-Sale solution, for example, Retail Consultancy Corp. | |
|
LogConfig |
Object containing logLevel. For more information on setting the log level, see Logging. | |
|
String |
The symbolic POS name. | |
|
String |
The Integrator/Merchant App ID.Format this value like so: Cash register company and product / Cash register product version / Adyen integration name / Adyen integration version. For example, Acme Corp POS / 1.2.1 / Acme Adyen connector / 0.1 | |
|
String |
Defines the level of logging provided. |
Callback
Name | Description |
---|---|
|
Returns the result of the library initialization. |
Callback Response Attribute
Name | Description |
---|---|
libraryResult |
The result of the initialization of the C Library. |