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) 431 B
/** @description Additional information about the Apple payment data token header. */ export interface ApplePaymentDataTokenHeaderInformation { /** @description A hexadecimal Transaction identifier identifier as a string. */ transactionId: string; /** @description SHA–256 hash, hex encoded as a string. Hash of the applicationData property of the original PKPaymentRequest object. */ applicationData?: string; }