com.stripe.model
Class Fee

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.net.APIResource
          extended by com.stripe.model.Fee

public class Fee
extends APIResource


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
prettyPrintGson
 
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

Fee

public Fee()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getApplication

public String getApplication()

setApplication

public void setApplication(String application)

getAmount

public Integer getAmount()

setAmount

public void setAmount(Integer amount)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)


Copyright © 2013 Stripe. All rights reserved.