com.stripe.model
Class DeletedCoupon

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

public class DeletedCoupon
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
DeletedCoupon()
           
 
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

DeletedCoupon

public DeletedCoupon()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDeleted

public Boolean getDeleted()

setDeleted

public void setDeleted(Boolean deleted)


Copyright © 2012 Stripe. All Rights Reserved.