Class CheckoutApiInitService
- java.lang.Object
-
- com.broadleafcommerce.payment.service.gateway.CheckoutApiInitService
-
public class CheckoutApiInitService extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckoutApiInitService(CheckoutConfigurationProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CheckoutConfigurationPropertiesgetProperties()com.checkout.four.CheckoutApiprepareCheckoutAPI(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)com.checkout.four.CheckoutApiprepareCheckoutAPI(String tenantId, String applicationId)
-
-
-
Constructor Detail
-
CheckoutApiInitService
public CheckoutApiInitService(CheckoutConfigurationProperties properties)
-
-
Method Detail
-
prepareCheckoutAPI
public com.checkout.four.CheckoutApi prepareCheckoutAPI(@NonNull @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-
prepareCheckoutAPI
public com.checkout.four.CheckoutApi prepareCheckoutAPI(@Nullable String tenantId, @Nullable String applicationId)
-
getProperties
protected CheckoutConfigurationProperties getProperties()
-
-