public class CartCreate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CartCreate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CartCreate.Builder |
builder() |
String |
getCampaignId() |
String |
getCheckoutUrl() |
String |
getCurrencyCode() |
Customer |
getCustomer() |
String |
getId() |
List<CartLine> |
getLines() |
long |
getOrderTotal() |
long |
getTaxTotal() |
public static CartCreate.Builder builder()
public String getId()
public Customer getCustomer()
public long getOrderTotal()
public String getCheckoutUrl()
public String getCampaignId()
public String getCurrencyCode()
public long getTaxTotal()
Copyright © 2020. All rights reserved.