Class Address<T>
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.Address<T>
- Author:
- Elbert Bautista (elbertbautista)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFields
(String key, Object value) additionalFields
(Map<String, Object> additionalFields) addressLine1
(String addressLine1) addressLine2
(String addressLine2) boolean
companyName
(String companyName) countryCode
(String countryCode) done()
emailAddress
(String emailAddress) getCity()
phoneNumber
(String phoneNumber) postalCode
(String postalCode) stateRegion
(String stateRegion)
-
Constructor Details
-
Address
public Address() -
Address
-
-
Method Details
-
done
-
additionalFields
-
additionalFields
-
firstName
-
lastName
-
fullName
-
companyName
-
addressLine1
-
addressLine2
-
city
-
stateRegion
-
postalCode
-
countryCode
-
phoneNumber
-
emailAddress
-
addressPopulated
public boolean addressPopulated() -
getParent
-
getFirstName
-
getLastName
-
getFullName
-
getCompanyName
-
getAddressLine1
-
getAddressLine2
-
getCity
-
getStateRegion
-
getPostalCode
-
getCountryCode
-
getPhoneNumber
-
getEmailAddress
-
getAdditionalFields
-