| Package | Description | 
|---|---|
| org.broadleafcommerce.common.payment.dto | 
| Modifier and Type | Field and Description | 
|---|---|
| protected GatewayCustomerDTO<PaymentResponseDTO> | PaymentResponseDTO. customerAny customer information that relates to this transaction | 
| protected GatewayCustomerDTO<PaymentRequestDTO> | PaymentRequestDTO. customer | 
| Modifier and Type | Method and Description | 
|---|---|
| GatewayCustomerDTO<T> | GatewayCustomerDTO. additionalFields(String key,
                Object value) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. companyName(String companyName) | 
| GatewayCustomerDTO<PaymentResponseDTO> | PaymentResponseDTO. customer() | 
| GatewayCustomerDTO<PaymentRequestDTO> | PaymentRequestDTO. customer()You should only call this once, as it will create a new customer
 if called more than once. | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. customerId(String customerId) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. email(String email) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. fax(String fax) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. firstName(String firstName) | 
| GatewayCustomerDTO<PaymentResponseDTO> | PaymentResponseDTO. getCustomer() | 
| GatewayCustomerDTO<PaymentRequestDTO> | PaymentRequestDTO. getCustomer() | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. lastName(String lastName) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. mobile(String mobile) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. phone(String phone) | 
| GatewayCustomerDTO<T> | GatewayCustomerDTO. website(String website) | 
Copyright © 2020. All rights reserved.