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.

  • Constructor Details

    • PaymentMethodConfigurationDetails

      public PaymentMethodConfigurationDetails()
  • Method Details

    • getParent

      public String getParent()
      ID of the parent payment method configuration used.
    • setId

      public void setId(String id)
      ID of the payment method configuration used.
    • setParent

      public void setParent(String parent)
      ID of the parent payment method configuration used.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
      ID of the payment method configuration used.
      Specified by:
      getId in interface HasId