| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInfo |
Cart.getPaymentInfo() |
PaymentInfo |
CartLike.getPaymentInfo()
Get associated payments.
|
static PaymentInfo |
PaymentInfo.of(List<Reference<Payment>> payments) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfo |
Order.getPaymentInfo()
Get associated payments.
|