Package com.stripe.model
Class Charge.PaymentMethodDetails.Card.IncrementalAuthorization
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.IncrementalAuthorization
- 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 incremental authorization feature is supported.int
hashCode()
void
Indicates whether or not the incremental authorization feature is supported.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
IncrementalAuthorization
public IncrementalAuthorization()
-
-
Method Details
-
getStatus
Indicates whether or not the incremental authorization feature is supported.One of
available
, orunavailable
. -
setStatus
Indicates whether or not the incremental authorization feature is supported.One of
available
, orunavailable
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-