Class DeletedObject

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.DeletedObject
All Implemented Interfaces:
HasId, StripeObjectInterface

public class DeletedObject extends StripeObject implements HasId
  • Constructor Details

    • DeletedObject

      public DeletedObject()
  • Method Details

    • getObject

      public String getObject()
      String representing the type of the object that has been deleted. Objects of the same type share the same value of the object field.
    • setId

      public void setId(String id)
      The ID of the object that's being deleted.
    • setObject

      public void setObject(String object)
      String representing the type of the object that has been deleted. Objects of the same type share the same value of the object field.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
      The ID of the object that's being deleted.
      Specified by:
      getId in interface HasId