가맹점 수정

This commit is contained in:
focp212@naver.com
2025-10-01 10:57:26 +09:00
parent 1432b9d3c6
commit c36ecc60d5
3 changed files with 12 additions and 12 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;