com.stripe.model
Class FeeRefund

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.FeeRefund

public class FeeRefund
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
FeeRefund()
           
 
Method Summary
 Integer getAmount()
           
 String getBalanceTransaction()
           
 Long getCreated()
           
 String getCurrency()
           
 void setAmount(Integer amount)
           
 void setBalanceTransaction(String balanceTransaction)
           
 void setCreated(Long created)
           
 void setCurrency(String currency)
           
 
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

FeeRefund

public FeeRefund()
Method Detail

getAmount

public Integer getAmount()

setAmount

public void setAmount(Integer amount)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)

getCreated

public Long getCreated()

setCreated

public void setCreated(Long created)

getBalanceTransaction

public String getBalanceTransaction()

setBalanceTransaction

public void setBalanceTransaction(String balanceTransaction)


Copyright © 2014 Stripe. All rights reserved.