AccountClient: {
    getPlatformAccountHolder: (
        options: {
            bank: Bank;
            accountNumber: string;
            birthdate?: string;
            businessRegistrationNumber?: string;
        },
    ) => Promise<PlatformAccountHolder>;
}

Type declaration

  • getPlatformAccountHolder: (
        options: {
            bank: Bank;
            accountNumber: string;
            birthdate?: string;
            businessRegistrationNumber?: string;
        },
    ) => Promise<PlatformAccountHolder>

    예금주 조회

    계좌의 예금주를 조회합니다.