Package com.stripe.model
Class PaymentMethod.Card.GeneratedFrom
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Card.GeneratedFrom
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod.Card
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The charge that created this object.Transaction-specific details of the payment method used in the payment.Get ID of expandablesetupAttempt
object.Get expandedsetupAttempt
.int
hashCode()
void
The charge that created this object.void
setPaymentMethodDetails
(PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails paymentMethodDetails) Transaction-specific details of the payment method used in the payment.void
void
setSetupAttemptObject
(SetupAttempt expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
GeneratedFrom
public GeneratedFrom()
-
-
Method Details
-
getSetupAttempt
Get ID of expandablesetupAttempt
object. -
setSetupAttempt
-
getSetupAttemptObject
Get expandedsetupAttempt
. -
setSetupAttemptObject
-
getCharge
The charge that created this object. -
getPaymentMethodDetails
Transaction-specific details of the payment method used in the payment. -
setCharge
The charge that created this object. -
setPaymentMethodDetails
public void setPaymentMethodDetails(PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails paymentMethodDetails) Transaction-specific details of the payment method used in the payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-