com.stripe.model
Class TransferTransaction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TransferTransaction
public class TransferTransaction
- extends StripeObject
TransferTransaction
public TransferTransaction()
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.