Class BroadleafHPSOrderAbstractionInitBillingAddress
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.hps.domain.BroadleafHPSOrderAbstractionInitBillingAddress
- All Implemented Interfaces:
Serializable
Container for address fields in
BroadleafHPSOrderAbstractionInitRequest.getBillingAddress()- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCustomer street address first line.Customer street address second line.Customer billing address name.getCity()City of address.ISO Code of country.getEmail()Customer email for the billing address.getPhone()Customer phone number for the billing address.Postal (ZIP) code.State or provinceinthashCode()voidsetAddress(String address) Customer street address first line.voidsetAddress2(String address2) Customer street address second line.voidsetBillingName(String billingName) Customer billing address name.voidCity of address.voidsetCountry(String country) ISO Code of country.voidCustomer email for the billing address.voidCustomer phone number for the billing address.voidsetPostalCode(String postalCode) Postal (ZIP) code.voidsetStateProvince(String stateProvince) State or provincetoString()
-
Constructor Details
-
BroadleafHPSOrderAbstractionInitBillingAddress
public BroadleafHPSOrderAbstractionInitBillingAddress()
-
-
Method Details
-
getBillingName
Customer billing address name. -
getAddress
Customer street address first line. -
getAddress2
Customer street address second line. -
getCity
City of address.- See Also:
-
getStateProvince
State or province -
getPostalCode
Postal (ZIP) code. -
getCountry
ISO Code of country. 2 or 3 character ISO code. -
getEmail
Customer email for the billing address. -
getPhone
Customer phone number for the billing address. -
setBillingName
Customer billing address name. -
setAddress
Customer street address first line. -
setAddress2
Customer street address second line. -
setCity
City of address.- See Also:
-
setStateProvince
State or province -
setPostalCode
Postal (ZIP) code. -
setCountry
ISO Code of country. 2 or 3 character ISO code. -
setEmail
Customer email for the billing address. -
setPhone
Customer phone number for the billing address. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-