Package com.stripe.param
Class BalanceTransferCreateParams.SourceBalance.AllocatedFunds
java.lang.Object
com.stripe.param.BalanceTransferCreateParams.SourceBalance.AllocatedFunds
- Enclosing class:
- BalanceTransferCreateParams.SourceBalance
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The charge ID that the funds are originally sourced from.Map of extra parameters for custom features not available in this client library.getType()Required. The type of object that the funds are originally sourced from.inthashCode()
-
Method Details
-
builder
-
getCharge
Required. The charge ID that the funds are originally sourced from. Required iftypeischarge. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getType
Required. The type of object that the funds are originally sourced from. One ofcharge. -
equals
-
canEqual
-
hashCode
public int hashCode()
-