public class OrderItem extends StripeObject
PRETTY_PRINT_GSON
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) |
equals, toString
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 getParent()
public void setParent(String parent)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getType()
public void setType(String type)
Copyright © 2016 Stripe. All rights reserved.