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