Package com.stripe.model.radar
Class Rule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.Rule
- 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 booleanbooleanThe action taken on the payment.Always true for a deleted object.getId()Unique identifier for the object.The predicate to evaluate the payment against.inthashCode()voidThe action taken on the payment.voidsetDeleted(Boolean deleted) Always true for a deleted object.voidUnique identifier for the object.voidsetPredicate(String predicate) The predicate to evaluate the payment against.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Rule
public Rule()
-
-
Method Details
-
getAction
The action taken on the payment. -
getDeleted
Always true for a deleted object. -
getPredicate
The predicate to evaluate the payment against. -
setAction
The action taken on the payment. -
setDeleted
Always true for a deleted object. -
setId
Unique identifier for the object. -
setPredicate
The predicate to evaluate the payment against. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-