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 Integer getAmount()
public void setAmount(Integer 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 © 2016 Stripe. All rights reserved.