결제 데이터 통보

This commit is contained in:
focp212@naver.com
2025-09-17 09:55:35 +09:00
parent d1556fd77d
commit feab946333
3 changed files with 45 additions and 30 deletions

View File

@@ -9,6 +9,13 @@ export enum PaymentInfoItemType {
export interface PaymentTabProps {
activeTab: PaymentTabKeys;
};
export enum DataNotificationNotifyContentKey {
CreditCard = 'CreditCard',
AccountTransfer = 'AccountTransfer',
VirtualAccount = 'VirtualAccount',
MobilePayment = 'MobilePayment',
EscrowPayment = 'EscrowPayment',
};
export interface InfoItemProps {
type?: PaymentInfoItemType;
payName?: string;