@portone/server-sdk

    Type Alias PlatformCancellableDiscountAmountExceededError

    type PlatformCancellableDiscountAmountExceededError = {
        type: "PLATFORM_CANCELLABLE_DISCOUNT_AMOUNT_EXCEEDED";
        discountSharePolicyId: string;
        discountSharePolicyGraphqlId: string;
        cancellableAmount: number;
        requestAmount: number;
        productId?: string;
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_CANCELLABLE_DISCOUNT_AMOUNT_EXCEEDED"
    discountSharePolicyId: string
    discountSharePolicyGraphqlId: string
    cancellableAmount: number

    (int64)

    requestAmount: number

    (int64)

    productId?: string
    message?: string
    MMNEPVFCICPMFPCPTTAAATR