public interface PaymentRequestDTOService
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestDTO |
populateCustomerInfo(PaymentRequestDTO requestDTO,
org.broadleafcommerce.profile.core.domain.Customer customer)
Uses customer information to populate the
PaymentRequestDTO.customer() object |
PaymentRequestDTO |
populateCustomerInfo(PaymentRequestDTO requestDTO,
org.broadleafcommerce.profile.core.domain.Customer customer,
String defaultEmailAddress)
Uses customer information to populate the
PaymentRequestDTO.customer() object |
PaymentRequestDTO populateCustomerInfo(PaymentRequestDTO requestDTO, org.broadleafcommerce.profile.core.domain.Customer customer)
PaymentRequestDTO.customer() objectrequestDTO - the PaymentRequestDTO that should be populatedcustomer - the Customer to get data fromPaymentRequestDTO populateCustomerInfo(PaymentRequestDTO requestDTO, org.broadleafcommerce.profile.core.domain.Customer customer, String defaultEmailAddress)
PaymentRequestDTO.customer() objectrequestDTO - the PaymentRequestDTO that should be populatedcustomer - the Customer to get data fromdefaultEmailAddress - the default email address to use if Customer.getEmailAddress() returns `null`Copyright © 2021. All rights reserved.