Class GatewayCustomer<T>
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.GatewayCustomer<T>
- Author:
- Elbert Bautista (elbertbautista)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFields
(String key, Object value) additionalFields
(Map<String, Object> additionalFields) companyName
(String companyName) protected String
customerId
(String customerId) boolean
done()
getEmail()
getFax()
getPhone()
-
Constructor Details
-
GatewayCustomer
public GatewayCustomer() -
GatewayCustomer
-
-
Method Details
-
done
-
additionalFields
-
additionalFields
-
customerId
-
fullName
-
firstName
-
lastName
-
companyName
-
phone
-
mobile
-
fax
-
website
-
email
-
getFullName
-
composeCustomerFullName
-
customerPopulated
public boolean customerPopulated() -
getParent
-
getCustomerId
-
getFirstName
-
getLastName
-
getCompanyName
-
getPhone
-
getMobile
-
getFax
-
getWebsite
-
getEmail
-
getAdditionalFields
-