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

    Type Alias PlatformNotSupportedBankError

    지원하지 않는 은행인 경우

    type PlatformNotSupportedBankError = {
        type: "PLATFORM_NOT_SUPPORTED_BANK";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_NOT_SUPPORTED_BANK"
    message?: string