-
public final class RequestInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestInfo.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpspIdprivate final StringpspRefNoprivate final StringpspRespRefNoprivate final StringchecksumFlag
-
Constructor Summary
Constructors Constructor Description RequestInfo(String pspId, String pspRefNo, String pspRespRefNo, String checksumFlag)
-
Method Summary
Modifier and Type Method Description final StringgetPspId()final StringgetPspRefNo()final StringgetPspRespRefNo()final StringgetChecksumFlag()final JSONObjectgetJSONObject()-
-
Method Detail
-
getPspRefNo
final String getPspRefNo()
-
getPspRespRefNo
final String getPspRespRefNo()
-
getChecksumFlag
final String getChecksumFlag()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-