Class DisputeSettlementDetail.NetworkData

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

public static class DisputeSettlementDetail.NetworkData extends StripeObject
For more details about NetworkData, please refer to the API Reference.
  • 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