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

br.com.anteros.payment.api.braspag.service.VerifyCardService Maven / Gradle / Ivy

The newest version!
package br.com.anteros.payment.api.braspag.service;

import br.com.anteros.payment.api.braspag.domain.MerchantAuthentication;
import br.com.anteros.payment.api.braspag.domain.VerifyCardRequest;
import br.com.anteros.payment.api.braspag.domain.VerifyCardResponse;
import br.com.anteros.security.spring.ActionSecured;
import br.com.anteros.security.spring.ResourceSecured;

@ResourceSecured(resourceName = "VerifyCard", description = "Verificar cartão")
public interface VerifyCardService {
	
	@ActionSecured(actionName="ACT_payment", category="Pagamento", description="Verificar um cartão de crédito")
	VerifyCardResponse verifyCard(MerchantAuthentication merchantAuthentication, VerifyCardRequest verifyCardRequest);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy