Uses of Class
com.broadleafcommerce.paymentgateway.domain.GatewayCustomer
Package
Description
-
Uses of GatewayCustomer in com.broadleafcommerce.paymentgateway.domain
Modifier and TypeMethodDescriptionGatewayCustomer.additionalFields
(String key, Object value) GatewayCustomer.additionalFields
(Map<String, Object> additionalFields) GatewayCustomer.companyName
(String companyName) GatewayTransactionResponse.customer()
You should only call this once, as it will create a new customer if called more than once.PaymentRequest.customer()
You should only call this once, as it will create a new customer if called more than once.PaymentResponse.customer()
GatewayCustomer.customerId
(String customerId) GatewayTransactionResponse.getCustomer()
Any customer information that relates to this transactionPaymentRequest.getCustomer()
Any customer information that relates to this transactionPaymentResponse.getCustomer()
Any customer information that relates to this transactionModifier and TypeMethodDescriptionPaymentResponse.customer
(GatewayCustomer<PaymentResponse> customer) void
GatewayTransactionResponse.setCustomer
(GatewayCustomer<GatewayTransactionResponse> customer) Any customer information that relates to this transaction -
Uses of GatewayCustomer in com.broadleafcommerce.paymentgateway.util
Modifier and TypeMethodDescriptionprotected PaymentResponse
DefaultPaymentResponseUtil.populateCustomer
(@NonNull PaymentResponse paymentResponse, @NonNull GatewayCustomer<?> requestCustomer)