UNPKG

@adyen/api-library

Version:

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

9 lines (8 loc) 222 B
/** * Possible values: * **SingleHeight** * **DoubleHeight** * **HalfHeight** */ export declare enum CharacterHeight { SingleHeight = "SingleHeight", DoubleHeight = "DoubleHeight", HalfHeight = "HalfHeight" }