Uses of Class
com.broadleafcommerce.paymentgateway.domain.CustomerCredit
Packages that use CustomerCredit
-
Uses of CustomerCredit in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return CustomerCreditModifier and TypeMethodDescriptionCustomerCredit.accountNumber(String accountNumber) CustomerCredit.additionalFields(String key, Object value) PaymentRequest.customerCredit()You should only call this once, as it will create a new gift card if called more than once.PaymentResponse.customerCredit()CustomerCredit.maskedAccountNumber(String maskedAccountNumber) Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type CustomerCreditModifier and TypeMethodDescriptionPaymentRequest.getCustomerCredits()Any customer credit accounts that have been processed.PaymentResponse.getCustomerCredits()Any customer credit accounts that have been processed.