@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
11 lines • 446 B
TypeScript
import type { PaymentResponseAddressInterface } from './payment-response-address.interface.js';
export interface PaymentRequestEventPayloadInterface {
couponCode?: string;
eventId?: number;
methodDetails?: Record<string, unknown>;
methodName?: string;
requestId: string;
shippingAddress?: PaymentResponseAddressInterface;
shippingOption?: string;
}
//# sourceMappingURL=payment-request-event-payload.interface.d.ts.map