#ifndef RESPMFUSERPAY_H #define RESPMFUSERPAY_H #include #include "WSSSO_global.h" class WSSSOSHARED_EXPORT RespMfUserPay { public: RespMfUserPay(QString json); int getRtnCode(); QString getRtnMemo(); private: int rtnCode; QString rtnMemo; QString json; }; #endif // RESPMFUSERPAY_H