mid 셋팅및 코드 정리
This commit is contained in:
@@ -10,7 +10,7 @@ export enum TransactionCategory {
|
||||
Escrow = 'Escrow',
|
||||
Billing = 'Billing',
|
||||
};
|
||||
export enum InfoWrapKeys {
|
||||
export enum InfoSectionKeys {
|
||||
Amount = 'Amount',
|
||||
Important = 'Important',
|
||||
Payment = 'Payment',
|
||||
@@ -451,15 +451,16 @@ export interface BillingDetailResponse extends BillingInfo {
|
||||
|
||||
}
|
||||
|
||||
export interface DetailInfoProps extends DetailResponse {
|
||||
export interface InfoSectionProps extends DetailResponse {
|
||||
transactionCategory?: TransactionCategory;
|
||||
isOpen?: boolean;
|
||||
tid?: string;
|
||||
serviceCode?: string;
|
||||
purposeType?: CashReceiptPurposeType;
|
||||
onClickToOpenInfo?: (info: InfoWrapKeys) => void;
|
||||
onClickToOpenInfo?: (info: InfoSectionKeys) => void;
|
||||
}
|
||||
|
||||
|
||||
export interface DownloadConfirmationParams {
|
||||
tid?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user