가맹점관리 등록현황
This commit is contained in:
@@ -48,6 +48,10 @@ export enum InfoWrapKeys {
|
||||
Merchant = 'Merchant',
|
||||
Technical = 'Technical',
|
||||
Settlement = 'Settlement',
|
||||
Online = 'Online',
|
||||
Offline = 'Offline',
|
||||
Card = 'Card',
|
||||
Escrow = 'Escrow'
|
||||
};
|
||||
export interface MerchantMidParams {
|
||||
mid: string;
|
||||
@@ -110,10 +114,10 @@ export interface CardApplications {
|
||||
statusName: string;
|
||||
};
|
||||
export interface Escrow {
|
||||
companyName: string;
|
||||
businessRegistrationNumber: string;
|
||||
escrowStatus: EscrowStatus,
|
||||
address: string;
|
||||
merchantUrl: string;
|
||||
serviceRegistrationNumber: string;
|
||||
companyName?: string;
|
||||
businessRegistrationNumber?: string;
|
||||
escrowStatus?: EscrowStatus,
|
||||
address?: string;
|
||||
merchantUrl?: string;
|
||||
serviceRegistrationNumber?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user