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.getId()Unique identifier for the object.The predicate to evaluate the payment against.inthashCode()voidThe action taken on the payment.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. -
getPredicate
The predicate to evaluate the payment against. -
setAction
The action taken on the payment. -
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.
-