Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
List<DiscountCodeInfo> |
Cart.getDiscountCodes() |
List<DiscountCodeInfo> |
CartLike.getDiscountCodes()
Discount codes belonging to this cart.
|
Modifier and Type | Method and Description |
---|---|
static DiscountCodeInfo |
DiscountCodeInfo.of(Referenceable<DiscountCode> discountCode,
DiscountCodeState state) |
Modifier and Type | Method and Description |
---|---|
List<DiscountCodeInfo> |
Order.getDiscountCodes() |