public class PaymentItem extends Object
| Constructor and Description |
|---|
PaymentItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmountCents() |
String |
getDescription() |
Integer |
getPriceEachCents() |
Integer |
getQuantity() |
String |
getSku() |
String |
getTitle() |
String |
getVariantInfo() |
String |
getVendor() |
URL |
getViewProductUrl() |
void |
setAmountCents(Integer amountCents) |
void |
setDescription(String description) |
void |
setPriceEachCents(Integer priceEachCents) |
void |
setQuantity(Integer quantity) |
void |
setSku(String sku) |
void |
setTitle(String title) |
void |
setVariantInfo(String variantInfo) |
void |
setVendor(String vendor) |
void |
setViewProductUrl(URL viewProductUrl) |
String |
toJson() |
String |
toString() |
public String toJson()
public String getTitle()
public void setTitle(String title)
public Integer getAmountCents()
public void setAmountCents(Integer amountCents)
public Integer getPriceEachCents()
public void setPriceEachCents(Integer priceEachCents)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getDescription()
public void setDescription(String description)
public String getVariantInfo()
public void setVariantInfo(String variantInfo)
public String getSku()
public void setSku(String sku)
public String getVendor()
public void setVendor(String vendor)
public URL getViewProductUrl()
public void setViewProductUrl(URL viewProductUrl)
Copyright © 2014. All rights reserved.