Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.domain |
Modifier and Type | Method and Description |
---|---|
CreditCard<T> |
CreditCard.additionalFields(String key,
Object value) |
CreditCard<T> |
CreditCard.cardHolderName(String cardHolderName) |
CreditCard<T> |
CreditCard.cardNumber(String cardNumber) |
CreditCard<T> |
CreditCard.cardType(String cardType) |
CreditCard<PaymentRequest> |
PaymentRequest.creditCard()
You should only call this once, as it will create a new credit card if called more than once.
|
CreditCard<PaymentResponse> |
PaymentResponse.creditCard() |
CreditCard<T> |
CreditCard.cvv(String cvv) |
CreditCard<T> |
CreditCard.expDate(String expDate) |
CreditCard<T> |
CreditCard.expMonth(String expMonth) |
CreditCard<T> |
CreditCard.expYear(String expYear) |
CreditCard<PaymentRequest> |
PaymentRequest.getCreditCard()
For sale/authorize transactions, this will be the Credit Card object that was charged.
|
CreditCard<PaymentResponse> |
PaymentResponse.getCreditCard()
for sale/authorize transactions, this will be the Credit Card object that was charged.
|
CreditCard<T> |
CreditCard.lastFour(String lastFour) |
Copyright © 2021. All rights reserved.