@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 422 B
TypeScript
import type { AndroidPaymentMethodTokenizationType } from '../enum/android-payment-method-tokenization-type.enum';
export interface AndroidTokenizationGatewaySpecification {
parameters: Record<string, string> & {
gateway: string;
gatewayMerchantId: string;
};
type: AndroidPaymentMethodTokenizationType.PAYMENT_GATEWAY;
}
//# sourceMappingURL=android-tokenization-gateway-specification.d.ts.map