가맹점관리

This commit is contained in:
focp212@naver.com
2025-10-01 10:51:18 +09:00
parent 68f8560d05
commit 1432b9d3c6
6 changed files with 59 additions and 75 deletions

View File

@@ -54,7 +54,7 @@ export enum InfoWrapKeys {
Escrow = 'Escrow'
};
export interface MerchantMidParams {
mid: string;
mid?: string;
};
export interface MerchantMidResponse {
memberCompanyId?: string;
@@ -82,7 +82,7 @@ export interface MerchantMidResponse {
accountHolderName?: string;
};
export interface MerchantMidStatusParams {
mid: string;
mid?: string;
};
export interface MerchantMidStatusResponse {
onlineInfomation: OnlineInfomation;