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

    Type Alias PlatformPartnerTaxationTypeIsSimpleError

    파트너의 과세 유형이 간이 과세 세금계산서 미발행 유형인 경우

    type PlatformPartnerTaxationTypeIsSimpleError = {
        type: "PLATFORM_PARTNER_TAXATION_TYPE_IS_SIMPLE";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PARTNER_TAXATION_TYPE_IS_SIMPLE"
    message?: string