Package com.stripe.model
Class Charge.PaymentMethodDetails.Card.ExtendedAuthorization
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.ExtendedAuthorization
- 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
Indicates whether or not the capture window is extended beyond the standard authorization.int
hashCode()
void
Indicates whether or not the capture window is extended beyond the standard authorization.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ExtendedAuthorization
public ExtendedAuthorization()
-
-
Method Details
-
getStatus
Indicates whether or not the capture window is extended beyond the standard authorization.One of
disabled
, orenabled
. -
setStatus
Indicates whether or not the capture window is extended beyond the standard authorization.One of
disabled
, orenabled
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-