UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

9 lines (8 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUnrecognizedPlatformSettlementCycleMethod = isUnrecognizedPlatformSettlementCycleMethod; function isUnrecognizedPlatformSettlementCycleMethod(entity) { return entity.type !== "DAILY" && entity.type !== "MANUAL_DATES" && entity.type !== "MONTHLY" && entity.type !== "WEEKLY"; }