ClassPlatformSettlementSupplyWithVatAmountExceededPortOnePaymentError

정산 요청 공급대가가 포트원 결제 내역의 공급대가를 초과한 경우

Hierarchy (view full)

  • PortOneError
    • PlatformSettlementSupplyWithVatAmountExceededPortOnePaymentError

Properties

prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number
cause?: unknown
name: string
message: string
stack?: string
_tag = "PortOnePlatformSettlementSupplyWithVatAmountExceededPortOnePaymentError"
registeredSettlementSupplyWithVatAmount: number
requestSettlementSupplyWithVatAmount: number
portOneSupplyWithVatAmount: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void