Class PaymentMethod.CardPresent.Offline

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

public static class PaymentMethod.CardPresent.Offline extends StripeObject
  • Constructor Details

    • Offline

      public Offline()
  • Method Details

    • getStoredAt

      public Long getStoredAt()
      Time at which the payment was collected while offline.
    • getType

      public String getType()
      The method used to process this payment method offline. Only deferred is allowed.

      Equal to deferred.

    • setStoredAt

      public void setStoredAt(Long storedAt)
      Time at which the payment was collected while offline.
    • setType

      public void setType(String type)
      The method used to process this payment method offline. Only deferred is allowed.

      Equal to deferred.

    • 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