Class GatewayCustomerDTO<T>
java.lang.Object
org.broadleafcommerce.common.payment.dto.GatewayCustomerDTO<T>
- Author:
- Elbert Bautista (elbertbautista)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalFields
(String key, Object value) companyName
(String companyName) customerId
(String customerId) boolean
done()
getEmail()
getFax()
getPhone()
-
Field Details
-
parent
-
additionalFields
-
customerId
-
firstName
-
lastName
-
companyName
-
phone
-
mobile
-
fax
-
website
-
email
-
-
Constructor Details
-
GatewayCustomerDTO
public GatewayCustomerDTO() -
GatewayCustomerDTO
-
-
Method Details
-
done
-
additionalFields
-
customerId
-
firstName
-
lastName
-
companyName
-
phone
-
mobile
-
fax
-
website
-
email
-
getAdditionalFields
-
getCustomerId
-
getFirstName
-
getLastName
-
getCompanyName
-
getPhone
-
getMobile
-
getFax
-
getWebsite
-
getEmail
-
customerPopulated
public boolean customerPopulated()
-