UNPKG

@adyen/api-library

Version:

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

8 lines (7 loc) 167 B
/** * Possible values: * **SingleWidth** * **DoubleWidth** */ export declare enum CharacterWidth { SingleWidth = "SingleWidth", DoubleWidth = "DoubleWidth" }