UNPKG

@adyen/api-library

Version:

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

10 lines (9 loc) 207 B
/** * Possible values: * **Left** * **Right** * **Centred** * **Justified** */ export declare enum Alignment { Left = "Left", Right = "Right", Centred = "Centred", Justified = "Justified" }