| Package | Description |
|---|---|
| io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
| io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
| Modifier and Type | Method and Description |
|---|---|
default Address |
Customer.getAddressById(String addressId)
Find the address in
Customer.getAddresses() by the address id |
String |
Customer.getDefaultBillingAddressId()
ID of an address in
Customer.getAddresses() which contains the standard billing address. |
String |
Customer.getDefaultShippingAddressId()
ID of an address in
Customer.getAddresses() which contains the standard shipping address. |
String |
Customer.getId()
Gets the ID of this customer.
|
String |
Customer.getPassword() |
Boolean |
Customer.isEmailVerified() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ShippingMethod.isDefault() |