com.stripe.model
Class DeletedRecipient

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

public class DeletedRecipient
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
DeletedRecipient()
           
 
Method Summary
 Boolean getDeleted()
           
 String getId()
           
 void setDeleted(Boolean deleted)
           
 void setId(String id)
           
 
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

DeletedRecipient

public DeletedRecipient()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDeleted

public Boolean getDeleted()

setDeleted

public void setDeleted(Boolean deleted)


Copyright © 2014 Stripe. All rights reserved.