@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
15 lines • 613 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.emptyIosPKToken = void 0;
const ios_pk_payment_method_type_enum_js_1 = require("../enum/ios-pk-payment-method-type.enum.js");
const ios_payment_data_js_1 = require("./ios-payment-data.js");
exports.emptyIosPKToken = {
paymentData: ios_payment_data_js_1.emptyIosPaymentData,
paymentMethod: {
displayName: '',
network: '',
type: ios_pk_payment_method_type_enum_js_1.IosPKPaymentMethodType.PKPaymentMethodTypeUnknown,
},
transactionIdentifier: '',
};
//# sourceMappingURL=ios-pk-token.js.map