Package com.stripe.model.v2.payments
Class SettlementAllocationIntentSplit.Flow
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.SettlementAllocationIntentSplit.Flow
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SettlementAllocationIntentSplit
Details about the Flow object that settled the split.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetOutboundPayment(String outboundPayment) voidsetOutboundTransfer(String outboundTransfer) voidsetReceivedCredit(String receivedCredit) voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Flow
public Flow()
-
-
Method Details