pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 328 B
TypeScript
/**
* Indicates the channel via which the payment is created. Allowed values: * ECOMMERCE - The transaction is a regular E-Commerce transaction. * MOTO - The transaction is a Mail Order/Telephone Order. Defaults to ECOMMERCE.
*/
export declare enum TransactionChannel {
Ecommerce = "ECOMMERCE",
Moto = "MOTO"
}