Package com.stripe.model
Class Charge.PaymentMethodDetails.Card.PartialAuthorization
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.PartialAuthorization
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails.Card
For more details about PartialAuthorization, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates whether the transaction requested for partial authorization feature and the authorization outcome.int
hashCode()
void
Indicates whether the transaction requested for partial authorization feature and the authorization outcome.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PartialAuthorization
public PartialAuthorization()
-
-
Method Details
-
getStatus
Indicates whether the transaction requested for partial authorization feature and the authorization outcome.One of
declined
,fully_authorized
,not_requested
, orpartially_authorized
. -
setStatus
Indicates whether the transaction requested for partial authorization feature and the authorization outcome.One of
declined
,fully_authorized
,not_requested
, orpartially_authorized
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-