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

    Type Alias PlatformTransferDiscountSharePolicyNotFoundError

    type PlatformTransferDiscountSharePolicyNotFoundError = {
        type: "PLATFORM_TRANSFER_DISCOUNT_SHARE_POLICY_NOT_FOUND";
        discountSharePolicyId: string;
        discountSharePolicyGraphqlId: string;
        productId?: string;
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_TRANSFER_DISCOUNT_SHARE_POLICY_NOT_FOUND"
    discountSharePolicyId: string
    discountSharePolicyGraphqlId: string
    productId?: string
    message?: string