public class Fee extends APIResource
APIResource.RequestMethodCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Fee() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount() |
String |
getApplication() |
String |
getCurrency() |
String |
getDescription() |
String |
getType() |
void |
setAmount(Integer amount) |
void |
setApplication(String application) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setType(String type) |
_request, classURL, instanceURL, request, singleClassURLtoStringpublic String getType()
public void setType(String type)
public String getApplication()
public void setApplication(String application)
public Integer getAmount()
public void setAmount(Integer amount)
public String getDescription()
public void setDescription(String description)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2014 Stripe. All rights reserved.