Package com.stripe.model
Class Event.Reason.AutomationAction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Event.Reason.AutomationAction
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Event.Reason
For more details about AutomationAction, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about StripeSendWebhookCustomEvent, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The trigger name of the automation that triggered this action.getType()
The type of theautomation_action
.int
hashCode()
void
setStripeSendWebhookCustomEvent
(Event.Reason.AutomationAction.StripeSendWebhookCustomEvent stripeSendWebhookCustomEvent) void
setTrigger
(String trigger) The trigger name of the automation that triggered this action.void
The type of theautomation_action
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomationAction
public AutomationAction()
-
-
Method Details
-
getStripeSendWebhookCustomEvent
-
getTrigger
The trigger name of the automation that triggered this action. Please visit Revenue and retention automations for all possible trigger names. -
getType
The type of theautomation_action
.Equal to
stripe_send_webhook_custom_event
. -
setStripeSendWebhookCustomEvent
public void setStripeSendWebhookCustomEvent(Event.Reason.AutomationAction.StripeSendWebhookCustomEvent stripeSendWebhookCustomEvent) -
setTrigger
The trigger name of the automation that triggered this action. Please visit Revenue and retention automations for all possible trigger names. -
setType
The type of theautomation_action
.Equal to
stripe_send_webhook_custom_event
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-