Uses of Class
com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse
Packages that use GatewayTransactionResponse
Package
Description
-
Uses of GatewayTransactionResponse in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type GatewayTransactionResponseModifier and TypeMethodDescriptionGatewayTransactionResponse.billTo()You should only call this once, as it will create a new customer if called more than once.GatewayTransactionResponse.customer()You should only call this once, as it will create a new customer if called more than once.GatewayTransactionResponse.getBillTo()The billing address associated with this transactionGatewayTransactionResponse.getCustomer()Any customer information that relates to this transactionGatewayTransactionResponse.getShipTo()If shipping information is captured on the gateway, the shipping address associated with this transaction will be put hereGatewayTransactionResponse.shipTo()You should only call this once, as it will create a new customer if called more than once.Method parameters in com.broadleafcommerce.paymentgateway.domain with type arguments of type GatewayTransactionResponseModifier and TypeMethodDescriptionvoidGatewayTransactionResponse.setBillTo(Address<GatewayTransactionResponse> billTo) The billing address associated with this transactionvoidGatewayTransactionResponse.setCustomer(GatewayCustomer<GatewayTransactionResponse> customer) Any customer information that relates to this transactionvoidGatewayTransactionResponse.setShipTo(Address<GatewayTransactionResponse> shipTo) If shipping information is captured on the gateway, the shipping address associated with this transaction will be put here -
Uses of GatewayTransactionResponse in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service with parameters of type GatewayTransactionResponseModifier and TypeMethodDescriptionPaymentGatewayTransactionResponseService.buildPaymentResponse(GatewayTransactionResponse transactionResponse) Builds aPaymentResponsefrom theGatewayTransactionResponse, to save transaction results from the gateway.voidPaymentGatewayTransactionResponseValidator.validateTransactionResponse(@NonNull GatewayTransactionResponse transactionResponse) Validates that the transaction results are valid and were sent by the payment gateway. -
Uses of GatewayTransactionResponse in com.broadleafcommerce.paymentgateway.util
Methods in com.broadleafcommerce.paymentgateway.util with parameters of type GatewayTransactionResponseModifier and TypeMethodDescriptionDefaultPaymentResponseUtil.buildInitialPaymentResponse(@NonNull GatewayTransactionResponse transactionResponse, @NonNull PaymentGatewayType gatewayType) PaymentResponseUtil.buildInitialPaymentResponse(@NonNull GatewayTransactionResponse transactionResponse, @NonNull PaymentGatewayType gatewayType) Builds and populates aPaymentResponsebased on the providedGatewayTransactionResponseandPaymentGatewayType