public class FreeCreatePaymentTransactionMethodProvider extends java.lang.Object implements CreatePaymentTransactionMethod
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<CreatePaymentTransactionData,java.util.concurrent.CompletionStage<PaymentTransactionCreationResult>> |
create()
We dont create an actual Transaction on CTP
|
static FreeCreatePaymentTransactionMethodProvider |
of() |
public static FreeCreatePaymentTransactionMethodProvider of()
public java.util.function.Function<CreatePaymentTransactionData,java.util.concurrent.CompletionStage<PaymentTransactionCreationResult>> create()
create
in interface CreatePaymentTransactionMethod