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

18 lines 598 B
/** * @description Enum for business relation values. * * Business relation to the customer. Possible values: * * B2C - Indicates business to consumer * * B2B - Indicates business to business * * Mandatory for the the following payment methods: * * 3390 - PAYONE Secured Invoice * * 3391 - PAYONE Secured Installment * * 3392 - PAYONE Secured Direct Debit */ export var BusinessRelation; (function (BusinessRelation) { BusinessRelation["B2C"] = "B2C"; BusinessRelation["B2B"] = "B2B"; })(BusinessRelation || (BusinessRelation = {})); //# sourceMappingURL=BusinessRelation.js.map