pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 325 B
TypeScript
import type { ApplePayPayment } from '../models/applepay/ApplePayPayment.js';
import type { MobilePaymentMethodSpecificInput } from '../models/MobilePaymentMethodSpecificInput.js';
export declare function transformApplePayPaymentToMobilePaymentMethodSpecificInput(payment: ApplePayPayment): MobilePaymentMethodSpecificInput;