
com.commercetools.payment.methods.CreatePaymentTransactionMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
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