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

    Type Alias PlatformCancellableDiscountTaxFreeAmountExceededError

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

    Properties

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

    (int64)

    requestAmount: number

    (int64)

    productId?: string
    message?: string