public class ShippingMethod extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
ShippingMethod() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
String |
getId() |
void |
setAmount(Long amount) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setId(String id) |
equals, toJson, toString
public String getId()
public void setId(String id)
public Long getAmount()
public void setAmount(Long amount)
public String getCurrency()
public void setCurrency(String currency)
public String getDescription()
public void setDescription(String description)
Copyright © 2017 Stripe. All rights reserved.