br.com.uol.pagseguro.api.direct.preapproval.DirectPreApprovalSearchByNotificationCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pagseguro-api Show documentation
Show all versions of pagseguro-api Show documentation
A collection of domain classes to ease integrations with PagSeguro Api
The newest version!
package br.com.uol.pagseguro.api.direct.preapproval;
/**
* Response of direct pre approval search by notification code
*
* @author PagSeguro Internet Ltda.
*/
public interface DirectPreApprovalSearchByNotificationCode {
/**
* @return Code
*/
String getCode();
}