|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.Fee
public class Fee
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.stripe.net.APIResource |
---|
APIResource.RequestMethod |
Field Summary |
---|
Fields inherited from class com.stripe.net.APIResource |
---|
CHARSET, GSON |
Fields inherited from class com.stripe.model.StripeObject |
---|
PRETTY_PRINT_GSON |
Constructor Summary | |
---|---|
Fee()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class com.stripe.net.APIResource |
---|
_request, classURL, instanceURL, request, singleClassURL |
Methods inherited from class com.stripe.model.StripeObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Fee()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |