Package | Description |
---|---|
org.broadleafcommerce.common.payment.dto |
Modifier and Type | Field and Description |
---|---|
protected List<GiftCardDTO<PaymentResponseDTO>> |
PaymentResponseDTO.giftCards
Any gift cards that have been processed.
|
protected List<GiftCardDTO<PaymentRequestDTO>> |
PaymentRequestDTO.giftCards |
Modifier and Type | Method and Description |
---|---|
GiftCardDTO<T> |
GiftCardDTO.additionalFields(String key,
Object value) |
GiftCardDTO<PaymentResponseDTO> |
PaymentResponseDTO.giftCard() |
GiftCardDTO<PaymentRequestDTO> |
PaymentRequestDTO.giftCard()
You should only call this once, as it will create a new gift card
if called more than once.
|
GiftCardDTO<T> |
GiftCardDTO.giftCardMasked(String giftCardMasked) |
GiftCardDTO<T> |
GiftCardDTO.giftCardNum(String giftCardNum) |
Modifier and Type | Method and Description |
---|---|
List<GiftCardDTO<PaymentResponseDTO>> |
PaymentResponseDTO.getGiftCards() |
List<GiftCardDTO<PaymentRequestDTO>> |
PaymentRequestDTO.getGiftCards() |
Copyright © 2022. All rights reserved.