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

    Type Alias CreatePlatformPartnerBodyAccount

    파트너 계좌 등록을 위한 정보

    type CreatePlatformPartnerBodyAccount = {
        bank: Bank;
        currency: Currency;
        number: string;
        holder: string;
        accountVerificationId?: string;
    }
    Index

    Properties

    bank: Bank

    은행

    currency: Currency

    정산에 사용할 통화

    number: string

    계좌번호

    holder: string

    예금주명

    accountVerificationId?: string

    계좌 검증 아이디