rn-yookassa
Version:
React Native YooKassa Module SDK Integration.
12 lines (11 loc) • 583 B
JavaScript
export let GooglePaymentMethodTypesEnum;
(function (GooglePaymentMethodTypesEnum) {
GooglePaymentMethodTypesEnum["AMEX"] = "AMEX";
GooglePaymentMethodTypesEnum["DISCOVER"] = "DISCOVER";
GooglePaymentMethodTypesEnum["JCB"] = "JCB";
GooglePaymentMethodTypesEnum["MASTERCARD"] = "MASTERCARD";
GooglePaymentMethodTypesEnum["VISA"] = "VISA";
GooglePaymentMethodTypesEnum["INTERAC"] = "INTERAC";
GooglePaymentMethodTypesEnum["OTHER"] = "OTHER";
})(GooglePaymentMethodTypesEnum || (GooglePaymentMethodTypesEnum = {}));
//# sourceMappingURL=GooglePaymentMethodTypesEnum.js.map