All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.marcoblos.mastercardmpgssdk.validator.MastercardRetrieveRequestValidator Maven / Gradle / Ivy

package com.github.marcoblos.mastercardmpgssdk.validator;

import java.util.HashMap;
import java.util.function.Predicate;

import com.github.marcoblos.mastercardmpgssdk.model.MastercardAPIRequest;

/**
 * 
 * @author marcoblos 2018-02-22
 *
 */
public class MastercardRetrieveRequestValidator extends MastercardValidator {

	@Override
	protected HashMap> getPredicates() {
		HashMap> predicates = new HashMap<>();
		// predicates.putAll(MastercardCardPredicate.getPredicates());
		// predicates.putAll(MastercardCustomerPredicate.getPredicates());
		// predicates.putAll(MastercardExpiryPredicate.getPredicates());
		// predicates.putAll(MastercardOrderPredicate.getPredicates());
		// predicates.putAll(MastercardRequestPredicate.getPredicates());
		return predicates;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy