-
public class V2ApiResponseParser
-
-
Method Summary
Modifier and Type Method Description voidparseBinInfoResponse(JSONObject jsonResponse, CardInformation cardInformation)voidparseValidateOfferResponse(JSONObject result, ValidateOfferDetails validateOfferDetails)voidparseFetchConvFeeResponse(JSONObject jsonObject, ApiResponse<FetchConvFeeResponse> apiResponse)HashMap<String, FetchConvFeeCombinations>parseFetchConvFeeRespToMap(JSONObject data)-
-
Method Detail
-
parseBinInfoResponse
void parseBinInfoResponse(JSONObject jsonResponse, CardInformation cardInformation)
-
parseValidateOfferResponse
void parseValidateOfferResponse(JSONObject result, ValidateOfferDetails validateOfferDetails)
-
parseFetchConvFeeResponse
void parseFetchConvFeeResponse(JSONObject jsonObject, ApiResponse<FetchConvFeeResponse> apiResponse)
-
parseFetchConvFeeRespToMap
HashMap<String, FetchConvFeeCombinations> parseFetchConvFeeRespToMap(JSONObject data)
-
-
-
-