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

7 lines (6 loc) 641 B
import type { ApplePaymentDataTokenInformation } from '../models/ApplePaymentDataTokenInformation.js'; import type { ApplePayPayment } from '../models/applepay/ApplePayPayment.js'; import type { ApplePayPaymentData } from '../models/applepay/ApplePayPaymentData.js'; import type { MobilePaymentMethodSpecificInput } from '../models/MobilePaymentMethodSpecificInput.js'; export declare function tokenFromPaymentData(paymentData?: ApplePayPaymentData): ApplePaymentDataTokenInformation | undefined; export declare function transformApplePayPaymentToMobilePaymentMethodSpecificInput(payment: ApplePayPayment): MobilePaymentMethodSpecificInput;