Class Reader.ReaderAction.ProcessSetupIntentAction

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.ReaderAction.ProcessSetupIntentAction
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Reader.ReaderAction

public static class Reader.ReaderAction.ProcessSetupIntentAction extends StripeObject
Represents a reader action to process a setup intent.
  • Constructor Details

    • ProcessSetupIntentAction

      public ProcessSetupIntentAction()
  • Method Details

    • getSetupIntent

      public String getSetupIntent()
      Get ID of expandable setupIntent object.
    • setSetupIntent

      public void setSetupIntent(String id)
    • getSetupIntentObject

      public SetupIntent getSetupIntentObject()
      Get expanded setupIntent.
    • setSetupIntentObject

      public void setSetupIntentObject(SetupIntent expandableObject)
    • getGeneratedCard

      public String getGeneratedCard()
      ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.
    • setGeneratedCard

      public void setGeneratedCard(String generatedCard)
      ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.
    • 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