Package com.stripe.model.issuing
Class Authorization.PendingRequest
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.PendingRequest
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit.Detailed breakdown of amount components.Three-letter ISO currency code, in lowercase.If settrue
, you may provide amount to control how much to hold for the authorization.The amount the merchant is requesting to be authorized in themerchant_currency
.The local currency the merchant is requesting to authorize.The card network's estimate of the likelihood that an authorization is fraudulent.int
hashCode()
void
The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit.void
setAmountDetails
(Authorization.PendingRequest.AmountDetails amountDetails) Detailed breakdown of amount components.void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setIsAmountControllable
(Boolean isAmountControllable) If settrue
, you may provide amount to control how much to hold for the authorization.void
setMerchantAmount
(Long merchantAmount) The amount the merchant is requesting to be authorized in themerchant_currency
.void
setMerchantCurrency
(String merchantCurrency) The local currency the merchant is requesting to authorize.void
setNetworkRiskScore
(Long networkRiskScore) The card network's estimate of the likelihood that an authorization is fraudulent.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PendingRequest
public PendingRequest()
-
-
Method Details
-
getAmount
The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit. -
getAmountDetails
Detailed breakdown of amount components. These amounts are denominated incurrency
and in the smallest currency unit. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getIsAmountControllable
If settrue
, you may provide amount to control how much to hold for the authorization. -
getMerchantAmount
The amount the merchant is requesting to be authorized in themerchant_currency
. The amount is in the smallest currency unit. -
getMerchantCurrency
The local currency the merchant is requesting to authorize. -
getNetworkRiskScore
The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99. -
setAmount
The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit. -
setAmountDetails
Detailed breakdown of amount components. These amounts are denominated incurrency
and in the smallest currency unit. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setIsAmountControllable
If settrue
, you may provide amount to control how much to hold for the authorization. -
setMerchantAmount
The amount the merchant is requesting to be authorized in themerchant_currency
. The amount is in the smallest currency unit. -
setMerchantCurrency
The local currency the merchant is requesting to authorize. -
setNetworkRiskScore
The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99. -
equals
-
canEqual
-
hashCode
public int hashCode()
-