Uses of Class
com.broadleafcommerce.paymentgateway.domain.GiftCard
Packages that use GiftCard
-
Uses of GiftCard in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return GiftCardModifier and TypeMethodDescriptionGiftCard.additionalFields(String key, Object value) GiftCard.cardNumber(String cardNumber) PaymentRequest.giftCard()You should only call this once, as it will create a new gift card if called more than once.PaymentResponse.giftCard()GiftCard.maskedCardNumber(String maskedCardNumber) Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type GiftCardModifier and TypeMethodDescriptionPaymentRequest.getGiftCards()Any gift cards that have been processed.PaymentResponse.getGiftCards()Any gift cards that have been processed.