Package com.stripe.param.issuing
Class CreditUnderwritingRecordCorrectParams.Decision
java.lang.Object
com.stripe.param.issuing.CreditUnderwritingRecordCorrectParams.Decision
- Enclosing class:
- CreditUnderwritingRecordCorrectParams
Required. Full name of the company or person.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classAdd all map key/value pairs to `extraParams` map.static classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDetails about the application rejection.Details about the credit limit approved.Details about the credit limit decreased.Details about the credit line closed.Map of extra parameters for custom features not available in this client library.getType()Required. Outcome of the decision.inthashCode()
-
Method Details
-
builder
-
getApplicationRejected
Details about the application rejection. -
getCreditLimitApproved
Details about the credit limit approved. An approved credit limit is required before you can set acredit_limit_amountin the CreditPolicy API -
getCreditLimitDecreased
public CreditUnderwritingRecordCorrectParams.Decision.CreditLimitDecreased getCreditLimitDecreased()Details about the credit limit decreased. -
getCreditLineClosed
Details about the credit line closed. -
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. Outcome of the decision. -
equals
-
canEqual
-
hashCode
public int hashCode()
-