자그ㅁㅇㅣㅊㅔ 명ㅁㅕㅇㅕ2
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
import { DefaulResponsePagination, DefaultRequestPagination } from '@/entities/common/model/types';
|
||||
|
||||
export enum FundAccountTabKeys {
|
||||
TransferList = 'TransferList',
|
||||
ResultList = 'ResultList'
|
||||
}
|
||||
|
||||
export interface FundAccountTabProps {
|
||||
activeTab: FundAccountTabKeys;
|
||||
}
|
||||
|
||||
|
||||
export interface ExtensionFundAccountTransferRequestParams {
|
||||
mid: string;
|
||||
transferAmount: number;
|
||||
|
||||
@@ -27,7 +27,7 @@ export enum AdditionalServiceCategory {
|
||||
AccountHolderSearch = 'AccountHolderSearch',
|
||||
LinkPaymentHistory = 'LinkPaymentHistory',
|
||||
LinkPaymentPending = 'LinkPaymentPending',
|
||||
FundTransfer = 'FundTransfer',
|
||||
FundAccount = 'FundAccount',
|
||||
SettlementAgency = 'SettlementAgency',
|
||||
Payout = 'Payout',
|
||||
}
|
||||
@@ -315,19 +315,6 @@ export interface DetailInfoSectionProps extends DetailResponse {
|
||||
onClickToShowInfo?: (info: DetailInfoSectionKeys) => void;
|
||||
}
|
||||
|
||||
// ========================================
|
||||
// 자금이체 관련 타입들
|
||||
// ========================================
|
||||
|
||||
export enum FundTransferTabKeys {
|
||||
RequestList = 'RequestList',
|
||||
ResultInquiry = 'ResultInquiry'
|
||||
}
|
||||
|
||||
export interface FundTransferTabProps {
|
||||
activeTab: FundTransferTabKeys;
|
||||
}
|
||||
|
||||
// ========================================
|
||||
// 정산기관 관련 타입들
|
||||
// ========================================
|
||||
|
||||
@@ -119,7 +119,7 @@ export const ListItem = ({
|
||||
}
|
||||
});
|
||||
}
|
||||
else if (additionalServiceCategory === AdditionalServiceCategory.FundTransfer) {
|
||||
else if (additionalServiceCategory === AdditionalServiceCategory.FundAccount) {
|
||||
|
||||
}
|
||||
else if (additionalServiceCategory === AdditionalServiceCategory.SettlementAgency) {
|
||||
|
||||
Reference in New Issue
Block a user