Uses of Class
com.broadleafcommerce.paymentgateway.domain.CreditCard
-
Uses of CreditCard in com.broadleafcommerce.paymentgateway.domain
Modifier and TypeMethodDescriptionCreditCard.additionalFields
(String key, Object value) CreditCard.cardHolderName
(String cardHolderName) CreditCard.cardNumber
(String cardNumber) PaymentRequest.creditCard()
You should only call this once, as it will create a new credit card if called more than once.PaymentResponse.creditCard()
PaymentRequest.getCreditCard()
For sale/authorize transactions, this will be the Credit Card object that was charged.PaymentResponse.getCreditCard()
for sale/authorize transactions, this will be the Credit Card object that was charged.