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

    Type Alias PlatformAccount

    플랫폼 정산 계좌

    currency 가 KRW 일 경우 예금주 조회 API 를 통해 올바른 계좌인지 검증합니다. 그 외의 화폐일 경우 따로 검증하지는 않습니다.

    type PlatformAccount = {
        bank: Bank;
        currency: Currency;
        number: string;
        holder: string;
        status: PlatformAccountStatus;
    }
    Index

    Properties

    bank: Bank

    은행

    currency: Currency

    정산에 사용할 통화

    number: string

    계좌번호

    holder: string

    예금주명

    계좌 상태