@portone/server-sdk
Version:
PortOne JavaScript SDK for server-side usage
9 lines (8 loc) • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isUnrecognizedBillingKeyPaymentMethodEasyPayMethod = isUnrecognizedBillingKeyPaymentMethodEasyPayMethod;
function isUnrecognizedBillingKeyPaymentMethodEasyPayMethod(entity) {
return entity.type !== "BillingKeyPaymentMethodCard" && entity.type !== "BillingKeyPaymentMethodEasyPayCharge" && entity.type !== "BillingKeyPaymentMethodTransfer";
}