Package com.stripe.model.issuing
Class CreditUnderwritingRecord.Decision.CreditLimitDecreased
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.Decision.CreditLimitDecreased
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditUnderwritingRecord.Decision
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Credit amount approved after decrease.Three-letter ISO currency code, in lowercase.Details about thereasons.other
when present.List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance.int
hashCode()
void
Credit amount approved after decrease.void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setReasonOtherExplanation
(String reasonOtherExplanation) Details about thereasons.other
when present.void
setReasons
(List<String> reasons) List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CreditLimitDecreased
public CreditLimitDecreased()
-
-
Method Details
-
getAmount
Credit amount approved after decrease. An approved credit limit is required before you can set a amount in the CreditPolicy API. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getReasonOtherExplanation
Details about thereasons.other
when present. -
getReasons
List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance. -
setAmount
Credit amount approved after decrease. An approved credit limit is required before you can set a amount in the CreditPolicy API. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setReasonOtherExplanation
Details about thereasons.other
when present. -
setReasons
List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-