public class Fee extends APIResource
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Fee() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount() |
String |
getApplication() |
String |
getCurrency() |
String |
getDescription() |
String |
getType() |
void |
setAmount(Long amount) |
void |
setApplication(String application) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setType(String type) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setExpandableFieldID, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toJson, toStringpublic Long getAmount()
public void setAmount(Long amount)
public String getApplication()
public void setApplication(String application)
public String getCurrency()
public void setCurrency(String currency)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
Copyright © 2017 Stripe. All rights reserved.