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