import { MdkDtoBase } from "../MdkDtoBase"; import { IResponseDto } from "../../tgMdk/IResponseDto"; import { PayNowIdResponse } from "./PayNowIdResponse"; export declare class AbstractPayNowIdResponseDto extends MdkDtoBase implements IResponseDto { private _resultJson; serviceType: string; mstatus: string; vResultCode: string; merrMsg: string; marchTxn: string; custTxn: string; txnVersion: string; payNowIdResponse: PayNowIdResponse; get resultJson(): string; set resultJson(value: string); }