Class PaymentMethod.SepaDebit.GeneratedFrom

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.SepaDebit.GeneratedFrom
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod.SepaDebit

public static class PaymentMethod.SepaDebit.GeneratedFrom extends StripeObject
  • Constructor Details

    • GeneratedFrom

      public GeneratedFrom()
  • Method Details

    • getCharge

      public String getCharge()
      Get ID of expandable charge object.
    • setCharge

      public void setCharge(String id)
    • getChargeObject

      public Charge getChargeObject()
      Get expanded charge.
    • setChargeObject

      public void setChargeObject(Charge expandableObject)
    • getSetupAttempt

      public String getSetupAttempt()
      Get ID of expandable setupAttempt object.
    • setSetupAttempt

      public void setSetupAttempt(String id)
    • getSetupAttemptObject

      public SetupAttempt getSetupAttemptObject()
    • setSetupAttemptObject

      public void setSetupAttemptObject(SetupAttempt expandableObject)
    • 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