public class OrderItem extends Object
Constructor and Description |
---|
OrderItem() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
String |
getParent() |
Integer |
getQuantity() |
String |
getType() |
void |
setAmount(Integer amount) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setParent(String parent) |
void |
setQuantity(Integer quantity) |
void |
setType(String type) |
public Integer getAmount()
public void setAmount(Integer amount)
public String getCurrency()
public void setCurrency(String currency)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String getParent()
public void setParent(String parent)
public Integer getQuantity()
public void setQuantity(Integer quantity)
Copyright © 2016 Stripe. All rights reserved.