pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 364 B
TypeScript
/**
* @description Network/Scheme of the card used for the payment.
* @example MASTERCARD
*/
export declare enum MobilePaymentNetwork {
MASTERCARD = "MASTERCARD",
VISA = "VISA",
AMEX = "AMEX",
GIROCARD = "GIROCARD",
/** @description Not supported yet */
DISCOVER = "DISCOVER",
/** @description Not supported yet */
JCB = "JCB"
}