Uses of Class
org.broadleafcommerce.common.payment.dto.GatewayCustomerDTO
Packages that use GatewayCustomerDTO
-
Uses of GatewayCustomerDTO in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto declared as GatewayCustomerDTOModifier and TypeFieldDescriptionprotected GatewayCustomerDTO<PaymentRequestDTO>
PaymentRequestDTO.customer
protected GatewayCustomerDTO<PaymentResponseDTO>
PaymentResponseDTO.customer
Any customer information that relates to this transactionMethods in org.broadleafcommerce.common.payment.dto that return GatewayCustomerDTOModifier and TypeMethodDescriptionGatewayCustomerDTO.additionalFields
(String key, Object value) GatewayCustomerDTO.companyName
(String companyName) PaymentRequestDTO.customer()
You should only call this once, as it will create a new customer if called more than once.PaymentResponseDTO.customer()
GatewayCustomerDTO.customerId
(String customerId) PaymentRequestDTO.getCustomer()
PaymentResponseDTO.getCustomer()