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

    Type Alias PlatformCancellableAmountExceededError

    취소 가능한 금액이 초과한 경우

    type PlatformCancellableAmountExceededError = {
        type: "PLATFORM_CANCELLABLE_AMOUNT_EXCEEDED";
        cancellableAmount: number;
        requestAmount: number;
        amountType: PlatformCancellableAmountType;
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_CANCELLABLE_AMOUNT_EXCEEDED"
    cancellableAmount: number

    (int64)

    requestAmount: number

    (int64)

    message?: string