UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

8 lines 350 B
import type { PaymentItem } from './payment-item'; import type { SupportedNetworkEnum } from '../../enum/supported-networks.enum'; export interface PaymentDetailsModifier { additionalDisplayItems: PaymentItem[]; data: Record<string, string>; supportedMethods: SupportedNetworkEnum; } //# sourceMappingURL=payment-details-modifier.d.ts.map