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