@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
6 lines • 642 B
TypeScript
import type { PaymentDetailsModifier } from '../@standard/w3c/payment-details-modifier.js';
import type { PaymentItem } from '../@standard/w3c/payment-item.js';
import type { PaymentMethodNameEnum } from '../enum/payment-method-name.enum.js';
import type { ResolvedPaymentDetailsInterface } from '../interface/resolved-payment-details.interface.js';
export declare const resolvePaymentDetailsModifier: (platformSupportedMethod: PaymentMethodNameEnum, total: PaymentItem, displayItems?: PaymentItem[], modifiers?: PaymentDetailsModifier[]) => ResolvedPaymentDetailsInterface;
//# sourceMappingURL=resolve-payment-details-modifier.util.d.ts.map