Class ReaderCollectedData.Magstripe

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.ReaderCollectedData.Magstripe
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReaderCollectedData

public static class ReaderCollectedData.Magstripe extends StripeObject
Represents magstripe data collected by the reader.
  • Constructor Details

    • Magstripe

      public Magstripe()
  • Method Details

    • getData

      public String getData()
      The raw magstripe data collected by the reader.
    • setData

      public void setData(String data)
      The raw magstripe data collected by the reader.
    • 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