@portone/server-sdk
    Preparing search index...

    Type Alias PlatformSettlementSupplyWithVatAmountExceededPortOnePaymentError

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

    type PlatformSettlementSupplyWithVatAmountExceededPortOnePaymentError = {
        type: "PLATFORM_SETTLEMENT_SUPPLY_WITH_VAT_AMOUNT_EXCEEDED_PORT_ONE_PAYMENT";
        registeredSettlementSupplyWithVatAmount: number;
        requestSettlementSupplyWithVatAmount: number;
        portOneSupplyWithVatAmount: number;
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_SETTLEMENT_SUPPLY_WITH_VAT_AMOUNT_EXCEEDED_PORT_ONE_PAYMENT"
    registeredSettlementSupplyWithVatAmount: number

    (int64)

    requestSettlementSupplyWithVatAmount: number

    (int64)

    portOneSupplyWithVatAmount: number

    (int64)

    message?: string