public class Fee extends APIResource
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_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) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toString
public 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 © 2016 Stripe. All rights reserved.