com.stripe.model
Class TransferTransaction

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

public class TransferTransaction
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
TransferTransaction()
           
 
Method Summary
 Long getAmount()
           
 Long getCreated()
           
 String getDescription()
           
 Long getFees()
           
 String getId()
           
 Long getNet()
           
 String getType()
           
 void setAmount(Long amount)
           
 void setCreated(Long created)
           
 void setDescription(String description)
           
 void setFees(Long fees)
           
 void setId(String id)
           
 void setNet(Long net)
           
 void setType(String type)
           
 
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

TransferTransaction

public TransferTransaction()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getAmount

public Long getAmount()

setAmount

public void setAmount(Long amount)

getNet

public Long getNet()

setNet

public void setNet(Long net)

getType

public String getType()

setType

public void setType(String type)

getCreated

public Long getCreated()

setCreated

public void setCreated(Long created)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getFees

public Long getFees()

setFees

public void setFees(Long fees)


Copyright © 2013 Stripe. All Rights Reserved.