결제 데이터 통보
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user