Uses of Class
org.broadleafcommerce.common.payment.dto.GiftCardDTO
Packages that use GiftCardDTO
-
Uses of GiftCardDTO in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto with type parameters of type GiftCardDTOModifier and TypeFieldDescriptionprotected List<GiftCardDTO<PaymentRequestDTO>>PaymentRequestDTO.giftCardsprotected List<GiftCardDTO<PaymentResponseDTO>>PaymentResponseDTO.giftCardsAny gift cards that have been processed.Methods in org.broadleafcommerce.common.payment.dto that return GiftCardDTOModifier and TypeMethodDescriptionGiftCardDTO.additionalFields(String key, Object value) PaymentRequestDTO.giftCard()You should only call this once, as it will create a new gift card if called more than once.PaymentResponseDTO.giftCard()GiftCardDTO.giftCardMasked(String giftCardMasked) GiftCardDTO.giftCardNum(String giftCardNum) Methods in org.broadleafcommerce.common.payment.dto that return types with arguments of type GiftCardDTOModifier and TypeMethodDescriptionPaymentRequestDTO.getGiftCards()PaymentResponseDTO.getGiftCards()