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

플랫폼 정산 계좌

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

Type declaration