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

com.commercetools.payment.methods.CreatePaymentTransactionMethod Maven / Gradle / Ivy

Go to download

The commercetools java payment project intend is to make payment integration easy

The newest version!
package com.commercetools.payment.methods;

import com.commercetools.payment.model.CreatePaymentTransactionData;
import com.commercetools.payment.model.PaymentTransactionCreationResult;

import java.util.concurrent.CompletionStage;
import java.util.function.Function;

/**
 * Created by mgatz on 7/27/16.
 */
public interface CreatePaymentTransactionMethod {
    /**
     * Provides a function that handles the creation of a payment transaction object within the CTP plattform.
     * @return an executable function
     */
    Function> create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy