지급대행
This commit is contained in:
@@ -31,13 +31,13 @@ export interface ExtensionPayoutListResponse extends DefaulResponsePagination{
|
||||
content: Array<PayoutContent>
|
||||
};
|
||||
export interface PayoutContent {
|
||||
tid: string;
|
||||
submallId: string;
|
||||
requestDate: string;
|
||||
settlementDate: string;
|
||||
companyName: string;
|
||||
disbursementStatus: PayoutDisbursementStatus;
|
||||
disbursementAmount: number;
|
||||
tid?: string;
|
||||
submallId?: string;
|
||||
requestDate?: string;
|
||||
settlementDate?: string;
|
||||
companyName?: string;
|
||||
disbursementStatus?: PayoutDisbursementStatus;
|
||||
disbursementAmount?: number;
|
||||
};
|
||||
export interface ExtensionPayoutExcelParams extends ExtensionPayoutListParams {};
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { DefaulResponsePagination, DefaultRequestPagination } from '@/entities/common/model/types';
|
||||
import { PayoutContent } from './payout/types';
|
||||
|
||||
// ========================================
|
||||
// 공통 Enums 및 타입들
|
||||
@@ -28,6 +29,7 @@ export enum AdditionalServiceCategory {
|
||||
LinkPaymentPending = 'LinkPaymentPending',
|
||||
FundTransfer = 'FundTransfer',
|
||||
SettlementAgency = 'SettlementAgency',
|
||||
Payout = 'Payout',
|
||||
}
|
||||
|
||||
// ========================================
|
||||
@@ -319,7 +321,8 @@ export interface SettlementAgencyBottomAgreeProps {
|
||||
|
||||
export interface ListItemProps extends
|
||||
KeyInPaymentListItem, AccountHolderSearchListItem,
|
||||
LinkPaymentShippingListItem, LinkPaymentPendingListItem
|
||||
LinkPaymentShippingListItem, LinkPaymentPendingListItem,
|
||||
PayoutContent
|
||||
{
|
||||
additionalServiceCategory?: AdditionalServiceCategory;
|
||||
mid?: string
|
||||
|
||||
Reference in New Issue
Block a user