Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.domain |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.