UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

9 lines (8 loc) 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUnrecognizedPaymentMethod = isUnrecognizedPaymentMethod; function isUnrecognizedPaymentMethod(entity) { return entity.type !== "PaymentMethodCard" && entity.type !== "PaymentMethodConvenienceStore" && entity.type !== "PaymentMethodEasyPay" && entity.type !== "PaymentMethodGiftCertificate" && entity.type !== "PaymentMethodMobile" && entity.type !== "PaymentMethodTransfer" && entity.type !== "PaymentMethodVirtualAccount"; }