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 class
static class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Details 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.int
hashCode()
-
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_amount
in 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@SerializedName
value. 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()
-