Uses of Class
com.broadleafcommerce.paymentgateway.domain.CreditCard
Packages that use CreditCard
-
Uses of CreditCard in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return CreditCardModifier 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.