Uses of Class
com.broadleafcommerce.paymentgateway.domain.CreditCard
-
Packages that use CreditCard Package Description com.broadleafcommerce.paymentgateway.domain -
-
Uses of CreditCard in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return CreditCard Modifier and Type Method 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)
-