UNPKG

pcp-server-nodejs-sdk

Version:

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PAYONE-GmbH_PCP-server-nodeJS-SDK&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [![Coverage](https://sonarcloud.io/api/pr

16 lines 637 B
/** * @description Network/Scheme of the card used for the payment. * @example MASTERCARD */ export var MobilePaymentNetwork; (function (MobilePaymentNetwork) { MobilePaymentNetwork["MASTERCARD"] = "MASTERCARD"; MobilePaymentNetwork["VISA"] = "VISA"; MobilePaymentNetwork["AMEX"] = "AMEX"; MobilePaymentNetwork["GIROCARD"] = "GIROCARD"; /** @description Not supported yet */ MobilePaymentNetwork["DISCOVER"] = "DISCOVER"; /** @description Not supported yet */ MobilePaymentNetwork["JCB"] = "JCB"; })(MobilePaymentNetwork || (MobilePaymentNetwork = {})); //# sourceMappingURL=MobilePaymentNetwork.js.map