Package com.stripe.model
Class SetupIntent.PaymentMethodConfigurationDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodConfigurationDetails
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- SetupIntent
public static class SetupIntent.PaymentMethodConfigurationDetails
extends StripeObject
implements HasId
The type of the microdeposit sent to the customer. Used to distinguish between different
verification methods.
One of amounts
, or descriptor_code
.
-
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.
-