Package com.stripe.model
Class Charge.PaymentMethodDetails.Card.Overcapture
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.Overcapture
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails.Card
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The maximum amount that can be captured.Indicates whether or not the authorized amount can be over-captured.int
hashCode()
void
setMaximumAmountCapturable
(Long maximumAmountCapturable) The maximum amount that can be captured.void
Indicates whether or not the authorized amount can be over-captured.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Overcapture
public Overcapture()
-
-
Method Details
-
getMaximumAmountCapturable
The maximum amount that can be captured. -
getStatus
Indicates whether or not the authorized amount can be over-captured.One of
available
, orunavailable
. -
setMaximumAmountCapturable
The maximum amount that can be captured. -
setStatus
Indicates whether or not the authorized amount can be over-captured.One of
available
, orunavailable
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-