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

8 lines (7 loc) 392 B
/** @description Object containing information about the device of the end customer. */ export interface CustomerDevice { /** @description The IP address of the customer client from the HTTP Headers. */ ipAddress?: string; /** @description Tokenized representation of the end customers device. For example used for PAYONE Buy Now, Pay Later (BNPL). */ deviceToken?: string; }