Uses of Class
org.broadleafcommerce.common.payment.dto.CustomerCreditDTO
Packages that use CustomerCreditDTO
-
Uses of CustomerCreditDTO in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto with type parameters of type CustomerCreditDTOModifier and TypeFieldDescriptionprotected List<CustomerCreditDTO<PaymentRequestDTO>>
PaymentRequestDTO.customerCredits
protected List<CustomerCreditDTO<PaymentResponseDTO>>
PaymentResponseDTO.customerCredits
Any customer credit accounts that have been processed.Methods in org.broadleafcommerce.common.payment.dto that return CustomerCreditDTOModifier and TypeMethodDescriptionCustomerCreditDTO.additionalFields
(String key, Object value) PaymentRequestDTO.customerCredit()
You should only call this once, as it will create a new gift card if called more than once.PaymentResponseDTO.customerCredit()
CustomerCreditDTO.customerCreditAccountMasked
(String customerCreditAccountMasked) CustomerCreditDTO.customerCreditAccountNum
(String customerCreditAccountNum) Methods in org.broadleafcommerce.common.payment.dto that return types with arguments of type CustomerCreditDTOModifier and TypeMethodDescriptionPaymentRequestDTO.getCustomerCredits()
PaymentResponseDTO.getCustomerCredits()