| Package | Description |
|---|---|
| com.mailchimp.domain.cart |
| Modifier and Type | Method and Description |
|---|---|
CartLine |
CartLine.setId(String id) |
CartLine |
CartLine.setPrice(long price) |
CartLine |
CartLine.setProductId(String productId) |
CartLine |
CartLine.setProductVariantId(String productVariantId) |
CartLine |
CartLine.setQuantity(int quantity) |
| Modifier and Type | Method and Description |
|---|---|
List<CartLine> |
Cart.getLines() |
List<CartLine> |
CartCreate.getLines() |
| Modifier and Type | Method and Description |
|---|---|
Cart |
Cart.setLines(List<CartLine> lines) |
CartCreate.Builder |
CartCreate.Builder.setLines(List<CartLine> lines) |
Copyright © 2020. All rights reserved.