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
PRETTY_PRINT_GSON
 
Constructor Summary
TransferTransaction()
           
 
Method Summary
 Long getAmount()
           
 Long getCreated()
           
 String getDescription()
           
 Long getFee()
           
 String getId()
           
 Long getNet()
           
 String getType()
           
 void setAmount(Long amount)
           
 void setCreated(Long created)
           
 void setDescription(String description)
           
 void setFee(Long fee)
           
 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)

getFee

public Long getFee()

setFee

public void setFee(Long fee)


Copyright © 2014 Stripe. All rights reserved.