Package | Description |
---|---|
org.broadleafcommerce.common.payment.dto |
Modifier and Type | Field and Description |
---|---|
protected List<CustomerCreditDTO<PaymentResponseDTO>> |
PaymentResponseDTO.customerCredits
Any customer credit accounts that have been processed.
|
protected List<CustomerCreditDTO<PaymentRequestDTO>> |
PaymentRequestDTO.customerCredits |
Modifier and Type | Method and Description |
---|---|
CustomerCreditDTO<T> |
CustomerCreditDTO.additionalFields(String key,
Object value) |
CustomerCreditDTO<PaymentResponseDTO> |
PaymentResponseDTO.customerCredit() |
CustomerCreditDTO<PaymentRequestDTO> |
PaymentRequestDTO.customerCredit()
You should only call this once, as it will create a new gift card
if called more than once.
|
CustomerCreditDTO<T> |
CustomerCreditDTO.customerCreditAccountMasked(String customerCreditAccountMasked) |
CustomerCreditDTO<T> |
CustomerCreditDTO.customerCreditAccountNum(String customerCreditAccountNum) |
Modifier and Type | Method and Description |
---|---|
List<CustomerCreditDTO<PaymentResponseDTO>> |
PaymentResponseDTO.getCustomerCredits() |
List<CustomerCreditDTO<PaymentRequestDTO>> |
PaymentRequestDTO.getCustomerCredits() |
Copyright © 2022. All rights reserved.