Uses of Class
com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse
Package
Description
-
Uses of GatewayTransactionResponse in com.broadleafcommerce.paymentgateway.domain
Modifier 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.Modifier and TypeMethodDescriptionvoid
GatewayTransactionResponse.setBillTo
(Address<GatewayTransactionResponse> billTo) The billing address associated with this transactionvoid
GatewayTransactionResponse.setCustomer
(GatewayCustomer<GatewayTransactionResponse> customer) Any customer information that relates to this transactionvoid
GatewayTransactionResponse.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
Modifier and TypeMethodDescriptionPaymentGatewayTransactionResponseService.buildPaymentResponse
(GatewayTransactionResponse transactionResponse) Builds aPaymentResponse
from theGatewayTransactionResponse
, to save transaction results from the gateway.void
PaymentGatewayTransactionResponseValidator.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
Modifier and TypeMethodDescriptionDefaultPaymentResponseUtil.buildInitialPaymentResponse
(@NonNull GatewayTransactionResponse transactionResponse, @NonNull PaymentGatewayType gatewayType) PaymentResponseUtil.buildInitialPaymentResponse
(@NonNull GatewayTransactionResponse transactionResponse, @NonNull PaymentGatewayType gatewayType) Builds and populates aPaymentResponse
based on the providedGatewayTransactionResponse
andPaymentGatewayType