Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.domain | |
com.broadleafcommerce.paymentgateway.util |
Modifier and Type | Method and Description |
---|---|
GatewayCustomer<T> |
GatewayCustomer.additionalFields(Map<String,Object> additionalFields) |
GatewayCustomer<T> |
GatewayCustomer.additionalFields(String key,
Object value) |
GatewayCustomer<T> |
GatewayCustomer.companyName(String companyName) |
GatewayCustomer<PaymentRequest> |
PaymentRequest.customer()
You should only call this once, as it will create a new customer if called more than once.
|
GatewayCustomer<PaymentResponse> |
PaymentResponse.customer() |
GatewayCustomer<T> |
GatewayCustomer.customerId(String customerId) |
GatewayCustomer<T> |
GatewayCustomer.email(String email) |
GatewayCustomer<T> |
GatewayCustomer.fax(String fax) |
GatewayCustomer<T> |
GatewayCustomer.firstName(String firstName) |
GatewayCustomer<PaymentRequest> |
PaymentRequest.getCustomer()
Any customer information that relates to this transaction
|
GatewayCustomer<PaymentResponse> |
PaymentResponse.getCustomer()
Any customer information that relates to this transaction
|
GatewayCustomer<T> |
GatewayCustomer.lastName(String lastName) |
GatewayCustomer<T> |
GatewayCustomer.mobile(String mobile) |
GatewayCustomer<T> |
GatewayCustomer.phone(String phone) |
GatewayCustomer<T> |
GatewayCustomer.website(String website) |
Modifier and Type | Method and Description |
---|---|
PaymentResponse |
PaymentResponse.customer(GatewayCustomer<PaymentResponse> customer) |
Modifier and Type | Method and Description |
---|---|
protected PaymentResponse |
DefaultPaymentResponseUtil.populateCustomer(@NonNull PaymentResponse paymentResponse,
@NonNull GatewayCustomer<PaymentRequest> requestCustomer) |
Copyright © 2021. All rights reserved.