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

13 lines 542 B
/** * A string that represents the type of the payment method. * * The type of card the customer uses to complete the transaction. */ export var ApplePayPaymentMethodType; (function (ApplePayPaymentMethodType) { ApplePayPaymentMethodType["DEBIT"] = "debit"; ApplePayPaymentMethodType["CREDIT"] = "credit"; ApplePayPaymentMethodType["PREPAID"] = "prepaid"; ApplePayPaymentMethodType["STORE"] = "store"; })(ApplePayPaymentMethodType || (ApplePayPaymentMethodType = {})); //# sourceMappingURL=ApplePayPaymentMethodType.js.map