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

com.commercetools.payment.methods.CreatePaymentMethod 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.CreatePaymentData;
import com.commercetools.payment.model.PaymentCreationResult;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy