-부가서비스 : 링크결제 - 발송내역 리스트 목업 API 연동
This commit is contained in:
@@ -212,6 +212,7 @@ export interface LinkPaymentPendingListItem {
|
||||
scheduledSendDate?: string;
|
||||
sendMethod?: string;
|
||||
processStatus?: string;
|
||||
// TODO: buyerName,phoneNumber 필요
|
||||
amount?: number;
|
||||
}
|
||||
|
||||
@@ -372,6 +373,10 @@ export interface ExtensionLinkPayWaitListParams extends ExtensionRequestParams {
|
||||
page?: DefaultRequestPagination;
|
||||
}
|
||||
|
||||
export interface ExtensionLinkPayWaitListResponse extends DefaulResponsePagination {
|
||||
content: Array<ListItemProps>
|
||||
}
|
||||
|
||||
// 계좌 성명 조회 확장 서비스
|
||||
// ========================================
|
||||
export interface ExtensionAccountHolderSearchListParams extends ExtensionRequestParams { // Request
|
||||
|
||||
Reference in New Issue
Block a user