import { ProperOrderInfo } from "./ProperOrderInfo"; import { TransactionInfos } from "./TransactionInfos"; export declare class OrderInfo { memo1: string; memo2: string; memo3: string; freeKey: string; accountId: string; index: string; serviceTypeCd: string; orderId: string; orderStatus: string; lastSuccessTxnType: string; properOrderInfo: ProperOrderInfo; transactionInfos: TransactionInfos; }