Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.domain |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.