Package com.stripe.model
Class PaymentIntent.PaymentMethodConfigurationDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodConfigurationDetails
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- PaymentIntent
public static class PaymentIntent.PaymentMethodConfigurationDetails
extends StripeObject
implements HasId
An universal link that redirect to WeChat Pay app.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodConfigurationDetails
public PaymentMethodConfigurationDetails()
-
-
Method Details
-
getParent
ID of the parent payment method configuration used. -
setId
ID of the payment method configuration used. -
setParent
ID of the parent payment method configuration used. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
ID of the payment method configuration used.
-