| Package | Description |
|---|---|
| com.mailchimp | |
| com.mailchimp.domain.cart | |
| com.mailchimp.domain.customer |
| Modifier and Type | Method and Description |
|---|---|
Customer |
MailChimpClient.create(String storeId,
CustomerCreate customer)
Creates a customer.
|
| Modifier and Type | Method and Description |
|---|---|
Customer |
Cart.getCustomer() |
Customer |
CartCreate.getCustomer() |
| Modifier and Type | Method and Description |
|---|---|
Cart |
Cart.setCustomer(Customer customer) |
CartCreate.Builder |
CartCreate.Builder.setCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
Customer.setAddress(Address address) |
Customer |
Customer.setCompany(String company) |
Customer |
Customer.setEmailAddress(String emailAddress) |
Customer |
Customer.setFirstName(String firstName) |
Customer |
Customer.setId(String id) |
Customer |
Customer.setLastName(String lastName) |
Customer |
Customer.setOptInStatus(boolean optInStatus) |
Customer |
Customer.setOrdersCount(int ordersCount) |
Customer |
Customer.setTotalSpent(long totalSpent) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
Customers.getCustomers() |
| Modifier and Type | Method and Description |
|---|---|
Customers |
Customers.setCustomers(List<Customer> customers) |
Copyright © 2020. All rights reserved.