Package com.stripe.model.v2
Class DeletedObject
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.DeletedObject
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
The ID of the object that's being deleted.String representing the type of the object that has been deleted.int
hashCode()
void
The ID of the object that's being deleted.void
String representing the type of the object that has been deleted.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DeletedObject
public DeletedObject()
-
-
Method Details
-
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
The ID of the object that's being deleted. -
setObject
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
-
canEqual
-
hashCode
public int hashCode() -
getId
The ID of the object that's being deleted.
-