public class OrderItem extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
OrderItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
String |
getObject() |
String |
getParent() |
Integer |
getQuantity() |
String |
getType() |
void |
setAmount(Long amount) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setObject(String object) |
void |
setParent(String parent) |
void |
setQuantity(Integer quantity) |
void |
setType(String type) |
equals, toJson, toString
public String getObject()
public void setObject(String object)
public Long getAmount()
public void setAmount(Long 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 © 2017 Stripe. All rights reserved.