UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

9 lines (8 loc) 229 B
/** * Type of PIN Service. Possible values: * **PINVerify** * **PINVerifyOnly** * **PINEnter** */ export declare enum PINRequestType { PinVerify = "PINVerify", PinVerifyOnly = "PINVerifyOnly", PinEnter = "PINEnter" }