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

    Type Alias PlatformBankAccountDetail

    계좌 상세 정보

    type PlatformBankAccountDetail = {
        accountNumber: string;
        bank: Bank;
        provider: PlatformBankAccountProvider;
        holder?: string;
    }
    Index

    Properties

    accountNumber: string

    계좌번호

    bank: Bank

    은행

    제공자

    holder?: string

    예금주명