pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 392 B
TypeScript
/** @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;
}