UNPKG

@adyen/api-library

Version:

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

11 lines (10 loc) 252 B
/** * Possible values: * **Card** * **Check** * **Mobile** * **StoredValue** * **Cash** */ export declare enum PaymentInstrumentType { Card = "Card", Check = "Check", Mobile = "Mobile", StoredValue = "StoredValue", Cash = "Cash" }