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

com.global.api.gateways.ISecure3dProvider Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.gateways;

import com.global.api.builders.Secure3dBuilder;
import com.global.api.entities.Transaction;
import com.global.api.entities.enums.Secure3dVersion;
import com.global.api.entities.exceptions.ApiException;

public interface ISecure3dProvider {
    Secure3dVersion getVersion();

    Transaction processSecure3d(Secure3dBuilder builder) throws ApiException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy