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

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

    • GeneratedFrom

      public GeneratedFrom()
  • Method Details

    • getSetupAttempt

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

      public void setSetupAttempt(String id)
    • getSetupAttemptObject

      public SetupAttempt getSetupAttemptObject()
      Get expanded setupAttempt.
    • setSetupAttemptObject

      public void setSetupAttemptObject(SetupAttempt expandableObject)
    • getCharge

      public String getCharge()
      The charge that created this object.
    • getPaymentMethodDetails

      Transaction-specific details of the payment method used in the payment.
    • setCharge

      public void setCharge(String charge)
      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

      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