UNPKG

@adyen/api-library

Version:

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

7 lines (6 loc) 142 B
export declare enum PartyRole { Holder = "HOLDER", AuthorizedUser = "AUTHORIZED_USER", Other = "OTHER", Unknown = "UNKNOWN" }