com.stripe.model
Class Transfer

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

public class Transfer
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
Transfer()
           
 
Method Summary
static TransferCollection all(Map<String,Object> params)
           
static TransferCollection all(Map<String,Object> params, String apiKey)
           
 Integer getAmount()
           
 Long getDate()
           
 String getDescription()
           
 String getId()
           
 List<String> getOtherTransfers()
           
 String getStatus()
           
 Summary getSummary()
           
static Transfer retrieve(String id)
           
static Transfer retrieve(String id, String apiKey)
           
 void setAmount(Integer amount)
           
 void setDate(Long date)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setOtherTransfers(List<String> otherTransfers)
           
 void setStatus(String status)
           
 void setSummary(Summary summary)
           
 TransferTransactionCollection transactions(Map<String,Object> params)
           
 TransferTransactionCollection transactions(Map<String,Object> params, String apiKey)
           
 
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

Transfer

public Transfer()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getDate

public Long getDate()

setDate

public void setDate(Long date)

getSummary

public Summary getSummary()

setSummary

public void setSummary(Summary summary)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAmount

public Integer getAmount()

setAmount

public void setAmount(Integer amount)

getOtherTransfers

public List<String> getOtherTransfers()

setOtherTransfers

public void setOtherTransfers(List<String> otherTransfers)

retrieve

public static Transfer retrieve(String id)
                         throws StripeException
Throws:
StripeException

all

public static TransferCollection all(Map<String,Object> params)
                              throws StripeException
Throws:
StripeException

transactions

public TransferTransactionCollection transactions(Map<String,Object> params)
                                           throws StripeException
Throws:
StripeException

retrieve

public static Transfer retrieve(String id,
                                String apiKey)
                         throws StripeException
Throws:
StripeException

all

public static TransferCollection all(Map<String,Object> params,
                                     String apiKey)
                              throws StripeException
Throws:
StripeException

transactions

public TransferTransactionCollection transactions(Map<String,Object> params,
                                                  String apiKey)
                                           throws StripeException
Throws:
StripeException


Copyright © 2013 Stripe. All Rights Reserved.