Uses of Interface
com.broadleafcommerce.paymentgateway.domain.enums.PaymentGatewayType
Packages that use PaymentGatewayType
Package
Description
-
Uses of PaymentGatewayType in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return PaymentGatewayTypeModifier and TypeMethodDescriptionPaymentResponse.getPaymentGatewayType()The Payment Gateway Type that this transaction response representsMethods in com.broadleafcommerce.paymentgateway.domain with parameters of type PaymentGatewayTypeModifier and TypeMethodDescriptionPaymentResponse.paymentGatewayType(PaymentGatewayType paymentGatewayType) Constructors in com.broadleafcommerce.paymentgateway.domain with parameters of type PaymentGatewayTypeModifierConstructorDescriptionPaymentResponse(PaymentType paymentType, PaymentGatewayType gatewayType) -
Uses of PaymentGatewayType in com.broadleafcommerce.paymentgateway.domain.enums
Classes in com.broadleafcommerce.paymentgateway.domain.enums that implement PaymentGatewayTypeModifier and TypeClassDescriptionenumThe default set of payment gateway types. -
Uses of PaymentGatewayType in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service that return PaymentGatewayTypeModifier and TypeMethodDescriptionPaymentGatewayResolver.resolvePaymentGateway(org.springframework.web.context.request.WebRequest request) Resolves aPaymentGatewayTypebased on aWebRequestMethods in com.broadleafcommerce.paymentgateway.service with parameters of type PaymentGatewayTypeModifier and TypeMethodDescriptionbooleanPaymentGatewayResolver.isHandlerCompatible(PaymentGatewayType handlerType) Used by Transparent Redirect Solutions that utilize Thymeleaf Processors and Expressions. -
Uses of PaymentGatewayType in com.broadleafcommerce.paymentgateway.util
Methods in com.broadleafcommerce.paymentgateway.util with parameters of type PaymentGatewayTypeModifier and TypeMethodDescriptionDefaultPaymentResponseUtil.buildInitialPaymentResponse(@NonNull GatewayTransactionResponse transactionResponse, @NonNull PaymentGatewayType gatewayType) PaymentResponseUtil.buildInitialPaymentResponse(@NonNull GatewayTransactionResponse transactionResponse, @NonNull PaymentGatewayType gatewayType) Builds and populates aPaymentResponsebased on the providedGatewayTransactionResponseandPaymentGatewayTypeDefaultPaymentResponseUtil.buildPaymentResponse(@NonNull PaymentRequest paymentRequest, @NonNull PaymentGatewayType gatewayType, @NonNull TransactionType transactionType) PaymentResponseUtil.buildPaymentResponse(@NonNull PaymentRequest paymentRequest, @NonNull PaymentGatewayType gatewayType, @NonNull TransactionType transactionType) Builds and populates aPaymentResponsebased on the providedPaymentRequest