Package com.stripe.model.v2.payments
Class SettlementAllocationIntentSplit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.SettlementAllocationIntentSplit
- All Implemented Interfaces:
HasId,StripeObjectInterface
SettlementAllocationIntentSplit resource.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe amount and currency of the SettlementAllocationIntentSplit.static classDetails 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 booleanbooleanThe account id against which the SettlementAllocationIntentSplit should be settled.The amount and currency of the SettlementAllocationIntentSplit.Timestamp at which SettlementAllocationIntentSplit was created.getFlow()Details about the Flow object that settled the split.getId()Unique identifier for the SettlementAllocationIntentSplit.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.The ID of the SettlementAllocationIntent that this split belongs too.The status of the SettlementAllocationIntentSplit.getType()The type of the SettlementAllocationIntentSplit.inthashCode()voidsetAccount(String account) The account id against which the SettlementAllocationIntentSplit should be settled.voidThe amount and currency of the SettlementAllocationIntentSplit.voidsetCreated(Instant created) Timestamp at which SettlementAllocationIntentSplit was created.voidDetails about the Flow object that settled the split.voidUnique identifier for the SettlementAllocationIntentSplit.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.voidsetSettlementAllocationIntent(String settlementAllocationIntent) The ID of the SettlementAllocationIntent that this split belongs too.voidThe status of the SettlementAllocationIntentSplit.voidThe type of the SettlementAllocationIntentSplit.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SettlementAllocationIntentSplit
public SettlementAllocationIntentSplit()
-
-
Method Details
-
getAccount
The account id against which the SettlementAllocationIntentSplit should be settled. -
getAmount
The amount and currency of the SettlementAllocationIntentSplit. -
getCreated
Timestamp at which SettlementAllocationIntentSplit was created. -
getFlow
Details about the Flow object that settled the split. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.payments.settlement_allocation_intent_split. -
getSettlementAllocationIntent
The ID of the SettlementAllocationIntent that this split belongs too. -
getStatus
The status of the SettlementAllocationIntentSplit.One of
canceled,pending, orsettled. -
getType
The type of the SettlementAllocationIntentSplit.One of
credit, ordebit. -
setAccount
The account id against which the SettlementAllocationIntentSplit should be settled. -
setAmount
The amount and currency of the SettlementAllocationIntentSplit. -
setCreated
Timestamp at which SettlementAllocationIntentSplit was created. -
setFlow
Details about the Flow object that settled the split. -
setId
Unique identifier for the SettlementAllocationIntentSplit. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.payments.settlement_allocation_intent_split. -
setSettlementAllocationIntent
The ID of the SettlementAllocationIntent that this split belongs too. -
setStatus
The status of the SettlementAllocationIntentSplit.One of
canceled,pending, orsettled. -
setType
The type of the SettlementAllocationIntentSplit.One of
credit, ordebit. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the SettlementAllocationIntentSplit.
-