Class Transaction.NetworkData

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.NetworkData
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Transaction

public static class Transaction.NetworkData extends StripeObject
  • Constructor Details

    • NetworkData

      public NetworkData()
  • Method Details

    • getProcessingDate

      public String getProcessingDate()
      The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.
    • setProcessingDate

      public void setProcessingDate(String processingDate)
      The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.
    • 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