Package com.stripe.events
Class V2PaymentsSettlementAllocationIntentSplitSettledEvent.EventData
java.lang.Object
com.stripe.events.V2PaymentsSettlementAllocationIntentSplitSettledEvent.EventData
- Enclosing class:
- V2PaymentsSettlementAllocationIntentSplitSettledEvent
public static final class V2PaymentsSettlementAllocationIntentSplitSettledEvent.EventData
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the SettlementAllocationIntent this split belongs to.voidsetSettlementAllocationIntentId(String settlementAllocationIntentId) The ID of the SettlementAllocationIntent this split belongs to.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getSettlementAllocationIntentId
The ID of the SettlementAllocationIntent this split belongs to. -
setSettlementAllocationIntentId
The ID of the SettlementAllocationIntent this split belongs to.
-