public interface PaymentRequestDTOService
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestDTO |
populateCustomerInfo(PaymentRequestDTO requestDTO,
Customer customer)
Uses customer information to populate the
PaymentRequestDTO.customer() object |
PaymentRequestDTO |
populateCustomerInfo(PaymentRequestDTO requestDTO,
Customer customer,
String defaultEmailAddress)
Uses customer information to populate the
PaymentRequestDTO.customer() object |
PaymentRequestDTO populateCustomerInfo(PaymentRequestDTO requestDTO, Customer customer)
PaymentRequestDTO.customer() objectrequestDTO - the PaymentRequestDTO that should be populatedcustomer - the Customer to get data fromPaymentRequestDTO populateCustomerInfo(PaymentRequestDTO requestDTO, 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 © 2026. All rights reserved.