UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines 406 B
import type { PaymentDetailsBase } from './payment-details-base.js'; import type { PaymentItem } from './payment-item.js'; import type { PaymentDetailsUpdateError } from '../../type/payment-details-update-error.type.js'; export interface PaymentDetailsUpdate extends PaymentDetailsBase { error?: PaymentDetailsUpdateError; total?: PaymentItem; } //# sourceMappingURL=payment-details-update.d.ts.map