@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
11 lines • 348 B
TypeScript
import type { IosPKPaymentMethodType } from '../enum/ios-pk-payment-method-type.enum';
export interface IosRawPKToken {
paymentData: string;
paymentMethod: {
displayName: string;
network: string;
type: IosPKPaymentMethodType;
};
transactionIdentifier: string;
}
//# sourceMappingURL=ios-raw-pk-token.d.ts.map