Package com.stripe.events
Class V2MoneyManagementOutboundTransferPostedEvent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.Event
com.stripe.events.V2MoneyManagementOutboundTransferPostedEvent
- All Implemented Interfaces:
HasId
,StripeActiveObject
,StripeObjectInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stripe.model.v2.Event
Event.Reason, Event.RelatedObject
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the related object from the API.Object containing the reference to API resource relevant to the event.Methods inherited from class com.stripe.model.v2.Event
canEqual, equals, fetchRelatedObject, getContext, getCreated, getId, getLivemode, getObject, getReason, getResponseGetter, getType, hashCode, parse, setContext, setCreated, setId, setLivemode, setObject, setReason, setResponseGetter, setType
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
V2MoneyManagementOutboundTransferPostedEvent
public V2MoneyManagementOutboundTransferPostedEvent()
-
-
Method Details
-
fetchRelatedObject
Retrieves the related object from the API. Make an API request on every call.- Throws:
StripeException
-
getRelatedObject
Object containing the reference to API resource relevant to the event.
-