UNPKG

@adyen/api-library

Version:

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

10 lines (9 loc) 289 B
/** * Format of the content to display or print. Display or print device function. Possible values: * **MessageRef** * **Text** * **XHTML** * **BarCode** */ export declare enum OutputFormat { MessageRef = "MessageRef", Text = "Text", Xhtml = "XHTML", BarCode = "BarCode" }