UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

9 lines (8 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUnrecognizedPaymentSchedule = isUnrecognizedPaymentSchedule; function isUnrecognizedPaymentSchedule(entity) { return entity.status !== "FAILED" && entity.status !== "PENDING" && entity.status !== "REVOKED" && entity.status !== "SCHEDULED" && entity.status !== "STARTED" && entity.status !== "SUCCEEDED"; }