AOS: 링크결제 탭 별 페이지 생성, 필터 적용 -> 링크결제 신청 페이지 연계
This commit is contained in:
@@ -7,6 +7,13 @@ export enum FundTransferTabKeys {
|
||||
export interface FundTransferTabProps {
|
||||
activeTab: FundTransferTabKeys;
|
||||
};
|
||||
export enum LinkPaymentTabKeys {
|
||||
DispatchList = 'DispatchList',
|
||||
PendingSend = 'PendingSend'
|
||||
};
|
||||
export interface LinkPaymentTabProps {
|
||||
activeTab: LinkPaymentTabKeys;
|
||||
};
|
||||
export enum SettlementAgencyTabKeys {
|
||||
Manage = 'Manage',
|
||||
Deposit = 'Deposit',
|
||||
@@ -295,4 +302,8 @@ export interface SmsPaymentDetailResendProps {
|
||||
export interface SettlementAgencyBottomAgreeProps {
|
||||
bottomAgreeOn: boolean;
|
||||
setBottomAgreeOn: (bottomAgreeOn: boolean) => void;
|
||||
};
|
||||
};
|
||||
export interface LinkPaymentFilterProps {
|
||||
filterOn: boolean;
|
||||
setFilterOn: (filterOn: boolean) => void;
|
||||
}
|
||||
Reference in New Issue
Block a user